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

Guidance on Email Notification Logic for Managers and Users

ant
New Contributor
New Contributor

Hello,

what appropriate logic can be used to ensure that certain managers do not receive a notification?

In addition, we need to skip notifications for users whose access has been removed due to an end date.

Specifically, we would like to know how this can be achieved using email templates in the "To" field in Saviynt.

ant_0-1729846567629.png

 

4 REPLIES 4

NM
Honored Contributor III
Honored Contributor III

@ant you can have a user custom property to identify whether to send email to manager or not.


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

ant
New Contributor
New Contributor

@NM 

Thanks for the suggestion, but the most important one now is we need to skipping notifications for users whose access has been removed due to an end date.

NM
Honored Contributor III
Honored Contributor III

@ant they won't recieve the email 

Where have you configured the email?


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

rushikeshvartak
All-Star
All-Star

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 {RVkey,RVvalue -> println "$RVkey ------- $RVvalue" + "" + "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'.