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

How to use organization attributes in Email Notification

Padmavathi
Regular Contributor
Regular Contributor

Hi Team,

We need to use organization attributes inside email notifications. like organization name, owners of the organization

Didn't get any specific document relates to this organization attributes for email notifications.

Could you anyone help us that, how can we achieve the organization attributes in email notifications.

Thanks in advance!

5 REPLIES 5

PremMahadikar
Regular Contributor III
Regular Contributor III

Hi @Padmavathi ,

I don't think there is any organisation binding variables for an email template. Put the below expression in the body which would print all variables to be used in an email template.

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

For organization owner, please try ${owner.email}

 

If this answers your question, please consider selecting Accept As Solution and hit Kudos

CR
Regular Contributor III
Regular Contributor III

@Padmavathi  We can't populate organization attributes in email templates, need raise new idea ticket.

already some tried similar case , not getting expected out put.

 Reference link similar case :

https://forums.saviynt.com/t5/identity-governance/capturing-organization-updated-attributes-in-email...


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

rushikeshvartak
All-Star
All-Star

Please confirm where email template is attached ?


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Padmavathi
Regular Contributor
Regular Contributor

Hi @PremMahadikar @CR @rushikeshvartak 

Thanks for the response!

We are using email notifications under organization modification workflow. 

Here we used the below organization attribute to get organization name in email notification.

Organization Name : ${customerhistory.customername}

for the organization owner used ${assignee.firstname} ${assignee.lastname}

Thanks,

Padmavathi

 

Hope you have resolved this


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.