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

Can the email template populates the names of the users for whom the campaign is launched

Debankita
New Contributor III
New Contributor III

Hi Team,

The email template which triggers to a certifier on a campaign being launched, can we include the names of the users whose access the particular certifier needs to certify.

If yes, please help me with the suitable binding variable in order to achieve it.

Thanks in advance.

4 REPLIES 4

dgandhi
All-Star
All-Star

Hi @Debankita 

Can you check below binding variables and see if this helps?

Binding variables:

The following table provides a description of the binding variables used for creating this email template:

Binding Variable Description

${users?.email}

Obtains the email ID of the assignee.

${campaign?.campaignName}

Obtains name of the campaign.

${certification?.cert_name}

Obtains the name of the certification.

${campaign?.campaignOwner?.username}

Obtains the name of the Owner.

${originalCertifier?.username}

Obtains the name of the certifier.

${users?.username}

Obtains the name of the assignee.

${certificationUsers}

Obtains the name of the certification users.

I havent tried the same in my project but you can give this a try.

Below is the document link:

https://docs.saviyntcloud.com/bundle/SSM-Admin-v55x/page/Content/Chapter06-Configuring-SSM/Creating-...

Thanks

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.

DaanishJawed
Saviynt Employee
Saviynt Employee

Hi @Debankita ,

The names of the users whose access the particular certifier needs to certify is not supported. You can only fetch the certifiers details using the variable -

${certificationUsers} - This will fetch the details of the certifier only.

Thanks.

Hi ,

Can Saviynt team update the document as below statement is confusing.

dgandhi_0-1682530157843.png

Thanks

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.

uthra_rahul
Saviynt Employee
Saviynt Employee

@dgandhi Noted. We will update the doc.