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