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

How to configure approver firstname and last name in an email template configured at endpoint level

TAR
New Contributor
New Contributor

We have to capture approver first name and last name in an email template which is configured at the endpoint level when the task is completed. What variable should we use in the email template?

3 REPLIES 3

RakeshMG
Saviynt Employee
Saviynt Employee

Please try using :

${assignee.firstname} ${assignee.lastname}

Refer  to following document for more details : https://docs.saviyntcloud.com/bundle/EIC-Admin-v23x/page/Content/Chapter06-EIC-Configurations/Creati...


​Regards

Rakesh M Goudar

rushikeshvartak
All-Star
All-Star

Approver name may be available under Task completed email template.

You can find available variables in any email template using below script in email body

 

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


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

Sampritha_r
Saviynt Employee
Saviynt Employee

@TAR 

Could you clarify which approver are you referring to here? Are you looking to fetch the approver list of the request?