Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/15/2024 11:49 PM - edited 08/15/2024 11:52 PM
Hi Team,
We have configured a Campaign of type -'Role Owner' , and an email template is tagged as below in the Campaign to send notification when remove access task gets created/certification locked. But it is not triggering any email for this.
However, the similar configuration for Campaign type - Application owner and entitlement owner is working fine to trigger the email for revoke action.
Can you please help what could be the issue here?
The email template has no variables in it:
Thanks,
08/16/2024 12:04 AM
Can you verify if tasks are getting generated?
Please check for below configuration:
08/16/2024 12:11 AM
@Kaustubh Thank you for the response.
Yes, remove access tasks are getting generated on the certificate completion. But email is not triggering.
Thanks,
08/16/2024 07:22 AM
08/19/2024 08:16 PM
@rushikeshvartak If we attach at the endpoint, then it will start triggering for all remove access task for that endpoint like on user termination through rules right?
In this case, we want to trigger email only if the remove access task gets created through campaigns, that's why it is tagged in the campaign configuration itself. Please suggest.
Thanks,
08/19/2024 09:02 PM
<%if (task?.source =='CERTIFICATION') print "${user.email},${requestor.email}" else print "" %>