Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

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" + ">"}}

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.