06/06/2023 03:17 AM - edited 06/06/2023 03:18 AM
Hi,
Is it possible to fetch the email address stored in the endpoints custom property to the the TO field or the CC field of the email template?
If its possible how can that be achieved.
Thanks in advance.
06/06/2023 03:19 AM
validate via below :
Email template supported variable
${this.binding.variables.each {k,v -> println "$k = $v" + "<" + "br" + ">"}}