Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

[Access Request Notification]: Add role owner name in nottification

KhaoulaD
New Contributor III
New Contributor III

Hello, 

We have set an escalation process that when a role owner does not approve a request on time, the request is escalated to another person.

We want to mention the role owner name in the notification sent to the person to whom the request has been escalated.

We searched on the documentation and did not find anything.

 

Could someone help and tell how we can have access to the role owner name on another email template sent to another person?

 

Best Regards,

Khaoula DOUHI

 

1 REPLY 1

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 this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.