Dynamic attribute in email template for service account

Dalalsaleh888
New Contributor
New Contributor

I'm trying to configure the email template for the service account creation task completion. I tried to call the dynamic attribute in the email template but Saviynt through an error. I referred to this documentation: Creating and Managing Email Templates Please let me know if the above request is possible.

 

 

2 REPLIES 2

Manu269
All-Star
All-Star

validate via below :

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

Manish Kumar

my dynamic attribute name is accttype , how exactly I can call it in my email template?