Fetching Email Address from endpoint custom property

Kushal_Gowda
New Contributor II
New Contributor II

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.

1 REPLY 1

Manu269
All-Star
All-Star

validate via below :

Email template supported variable
${this.binding.variables.each {k,v -> println "$k = $v" + "<" + "br" + ">"}}

Manish Kumar