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

Role owner Camapign: Consult for User and Roles

Arpit_Tiwari
New Contributor III
New Contributor III

Hi Team,

I have a requirement that in Campaign Consult option the email should include following details:

1. The username who was consulted/Consulted Username
2. The Role name which was consulted/Consulted Role name

Could you please help me to know the binding variables which are used to trigger email with above information?

Thanks,

Arpit

2 REPLIES 2

pruthvi_t
Saviynt Employee
Saviynt Employee

Hi @Arpit_Tiwari ,

Greetings.

Please refer to below documentation for binding variables exposed for certifications. 

https://docs.saviyntcloud.com/bundle/EIC-Admin-v23x/page/Content/Chapter06-EIC-Configurations/Creati...

Thanks,


Regards,
Pruthvi

rushikeshvartak
All-Star
All-Star

To get what variables are present to use in the email template, check using the below expression. By putting it in the email body, it will print all variable names with values, and then accordingly, you can use it:


${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.