Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Campaign email templates Binding Variable

Rahulkumar1
New Contributor
New Contributor

Hi Team,

Could you please let us know the binding variable to obtain the consulted Account or entitlement into the Consult email template.

we have used below variable to obtain but getting the error.

${campaign?.entitlement_valueKey?.entitlement_value}

${campaign?.accountName}

 

 

 

3 REPLIES 3

SumathiSomala
All-Star
All-Star

@Rahulkumar1 

I think it is not possible to include Account or entitlement into the Consult email template.

 You can validate the same with below variable in email template. It will print the supported binding variables for consult email

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

refer Configuring Email Templates for Attestation/Campaigns in doc.

Creating and Managing Email Templates (saviyntcloud.com)

 

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

Hi @SumathiSomala @Manu269 

I have a requirement in email templates for Campaigns to send email with "Year" as variable.

Subject: Role owner Campaign 2023

Here I want the Year to be changed automatically, so we don't need to configure this template every year. We need this "Year" to be changed dynamically based on current year.

Could you please help me with the email binding variables to be used to get this configure? I tried checking the email binding variables in "Help" available in the system but could not find.

thanks,

Arpit

Manu269
All-Star
All-Star

@Rahulkumar1 

Obtaining the details of users whose access the certifier needs to certify is not supported.

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.