Can we configure email templates as per specific requirements

actually there is ask of requirements where we want to send email to access profile requester after the access request approved by the owner with specific email content as per that access request.

but we have global email templates , if we do changes in that email templates it will apply to all access profile, but that should not be case, we want email templates changes per access profile.
so our question is if customization of email per access profile is even possible or not. If possible how we can perform that.

Thank you.

Hey Swati,

What I have done is capturing the “access request status”: Triggers - SailPoint Identity Services

And capture the required metadata and trigger send e-mail action via Workflow.

Let me know if this solution would be something that would suffice the ask.

Thanks,
Aman

1 Like

Hi Aman, Thanks for replying.
Yes i design workflow where it will capture the access request status as Approved and after that it will send email to requestor.

so it will work for specific access request right and we can customize our email in that workflow as per requirements it wont affect other access request email template right? as workflow works individually.

Yes Swati, you can capture exact Access Request(s) you want to process and send that specific email.

You can write the VTL script to only trigger the email if the access request is not equivalent to the items you have in your request.

This would still require some POC so do try it and let me know because in my client we have global e-mails disabled hence we leverage WF to have the specific e-mails.

Thanks,
Aman

Hi aman, thanks for information.

can you able to provide me json path, or script how can i capture exact access request?
would appreciate this help. thank you

You can apply filter using the metadata that is available to you in access request decision trigger input. But here your APs names should be unique.

Hello Swati,

You can use the following solution.

a. Usage if Triggers and Workflows will allow you to manipulate and trigger a custom email notification where you can have your own contents.

b. In order to fetch the access request status, you can use the SailPoint ISC API named as “Access Request Status” and in order to fetch the details of exact access profile, you can apply the filters as well to fetch the access request details for only that Access Profile. This can be done by configuring HTTP operation within your workflow.

With the combination of above 2, you can achieve your requirement.

Regards,
Rohit

1 Like

Hey Swati,

I will try to share a skeleton of the WF. Let me see what I can do :slight_smile:

Sure Aman , Thank you.