Click HERE to see how Saviynt Intelligence is transforming the industry. |
06/25/2024 10:58 PM
Hello,
I am trying to configure email template for Add Reviewer for request. As per documentation i find binding variables to get for new assignee and Requestor. but I don't find variables for Requestee/for whom request is submitted. Please let me know any variables that I can use to obtain Requestee details.
Solved! Go to Solution.
06/25/2024 11:10 PM
Please validate supported variables.
Purpose :
To get what variables are present to use in the email template.
Email Template steps :
keep Advanced HTML CSS flag is checked
Keep your email Address in TO
TO /CC/BCC & Subject - Don't use any dynamic variables
Add only below code in Email Body
${this.binding.variables.each {k,v -> println "$k = $v" + "" + "br" + ">"}}
Output : 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: