We are delighted to share our new EIC Delivery Methodology for efficiently managing Saviynt Implementations and delivering quick time to value. CLICK HERE.

Application name in Certification email

akhilvatsa
New Contributor III
New Contributor III

Hello,

Is it possible to display application names in the certification email when it is launched? I'm unable to find any binding variable for the same.

Thanks,

Akhil Vatsa

2 REPLIES 2

Srinivas
Saviynt Employee
Saviynt Employee

Hello @akhilvatsa

Have you tried to catch this information via the ${campaign} attribute

Regards

Srinivas

rushikeshvartak
All-Star
All-Star

Try running below code in email body to find variables exposed

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


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.