Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/12/2022 01:14 PM
Hi,
Looking for variable in email template TO section fetching owners of endpoint or Task Assignee email.
Tried for ${assignee.email} and ${task?.endpoint?.getOwnersEmail()}.
Both are not working.
Thanks in Advance !
Solved! Go to Solution.
04/12/2022 02:38 PM
Syed,
Could you elaborate a bit more on your use case ? What exactly you are trying to do ?
Are you trying to send an email to the endpoint owner, after a task (any type, add access/remove access) by configuring the templates in the endpoint or are you triggering through a workflow ?
Any specific error/issues you see in the logs ?
Regards,
Avinash Chhetri
04/12/2022 02:38 PM
Hi Avinash,
Usecase : We want to send notification to application owner when a manual task is created notifying a task is pending for your action.
Issue : Manual task is assigned to App owner after it is created but email is not getting triggered.
Thanks
04/12/2022 02:38 PM
Syed,
${task?.endpoint?.getOwnersEmail()} should work, are you getting any specific error/exception ?
Regards,
Avinash Chhetri