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 template attached at endpoint - unable to pass binding variables

Shubhamjain27
Regular Contributor II
Regular Contributor II

Hi,

We need to send out the email to user's manager when the AD account is disabled.

To test the variables exposed, I passed below and it gave the exact string without modifying anything:

Shubhamjain27_0-1718711062439.png

Below is the configuration added:

Hi,
The account is disabled and in the next 45 days, the AD account will be deleted.

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

${owner.email},${manager?.email}

also confirm what binding variable to use for manager email.

2 REPLIES 2

SumathiSomala
All-Star
All-Star

@Shubhamjain27  Use ${manager.email} 

 

Regards,
Sumathi Somala

If this reply answered your question, please Accept As Solution and give Kudos.

Shubhamjain27
Regular Contributor II
Regular Contributor II

The issue was with owner.email. It was not letting use binding variables.