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

Email Templates for add access task completion

rambhan
New Contributor II
New Contributor II

Hi Team,

As suggested in the previous forum post I used this below thing for add access completion task but never received an email for tasks created once detective job is completed and never received an email once provision job is completed. Wanted two email templates one for add access request and one for add access completion.

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

This is working when access is requested by ARS.

 

 

7 REPLIES 7

NM
Honored Contributor II
Honored Contributor II

Hi @rambhan , in to field add your email ID for testing also can you share your email template config

rambhan
New Contributor II
New Contributor II

@NM Yes for now I've added only my teammates email addresses in To and CC. Here is the emailtemplate.

rambhan_0-1719236534236.png

 

NM
Honored Contributor II
Honored Contributor II

Did you receive the email?

rambhan
New Contributor II
New Contributor II

Not received for automated provision using detective and wsretry jobs.
received for ars requests.

NM
Honored Contributor II
Honored Contributor II

@rambhan , by automated provision you mean via rule??

rambhan
New Contributor II
New Contributor II

yes via technical rule

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:


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.