03/27/2023 04:47 AM
Hi,
We are triggering an email on successful provisioning of an account. We have created an email template and attached in the End Point - On successful task completion.
We are not able to get the account attributes in the mail body. We have tried syntax like below:
${account.name},
${account.accountName}
${account.accountname}
${account.account_name}
Can anybody please help with how to access the account attributes in mail body?
Regards,
Sunil
Solved! Go to Solution.
03/27/2023 06:01 AM
Hello @kollusunil ,
You can attempt to retrieve the name of the account for which the task is created by using the binding variable, For eg.
Account name: ${task.accountName}
Endpoint name: ${task.endpoint.endpointname}
For Ref:- https://docs.saviyntcloud.com/bundle/EIC-Admin-v23x/page/Content/Chapter06-EIC-Configurations/Creati...
Thanks
03/27/2023 08:15 AM
03/28/2023 12:38 AM
03/28/2023 07:33 AM
Hi,
Same way, can we pass dynamic attributes in an email(Task create/complete). Tried below but not getting any email triggered
https://forums.saviynt.com/t5/general-discussions/saviynt-throwing-error-on-referencing-dynamic-attr...
Thanks
Regards,
Sunil
03/28/2023 08:01 AM
Hi @kollusunil ,
Just wanted to let you know that we have a variety of templates available in our document you can find them for task creation and completion.
${<attributename>} :- Obtains the name of dynamic attributes.
You can find more information about them at this link:
https://docs.saviyntcloud.com/bundle/EIC-Admin-v2021x/page/Content/Chapter06-EIC-Configurations/Crea...
Thanks
03/29/2023 01:51 AM
Hi Sudhesh,
Thank you for the update, we have already tried all the combinations as mentioned above to fetch dynamic attributes in email. But its not working. We will raise a Saviynt ticket and check on this. will keep posted if anything.
Regards,
Sunil
03/30/2023 06:16 PM
@kollusunil : What is the variable you tried to use to get dynamic attribute value. Also is it task completion email or WF email?