04/18/2023 12:01 PM
Hi,
We have a requirement to send rejection/approval email based on the status of entitlement approval.
For example: In a 2 level work flow out of 5 emtitlements if 2 are approved and 3 are rejected the email to requestor should have these details, like which are approved and which are rejected in email template.
Appreciate any suggestion in this regard.
Regards,
Soumya
Solved! Go to Solution.
04/18/2023 12:16 PM
Associate email template in Grant Access & Reject Access Block of the workflow.
In the approval / rejection email template make sure you have included the below block to list the entitlements that were approved or rejected.
<div> <br/><table><tr><th>Endpoint</th><th> Entitlement </th> <th> Description </th> <th> Glossary </th> </tr> ${entitlementshtmltablerows} </table> </div>
Reference Docs Below:
-Siva
04/18/2023 01:12 PM
You can’t sent both email together as transitions in workflow are different
04/25/2023 08:25 AM
Hi,
Thank you for the response. Can we have any provision to get the approval and rejection entitlement details in a single email. Like entitlement name and approval status in a single email.
Any suggestion in this regard is highly appreciated.
Regards,
Soumya
04/25/2023 10:01 AM
Based on how workflow works, approved entitlements will reach the grant access block and rejected entitlements will reach the reject access block. If email templates are associated in this blocks, it will pick up and send 2 separate emails around approved entitlements and rejected entitlements.
As a workaround, you need not associate any email templates in this workflow blocks (Grant / Reject) and create an analytics to identify the ars requests completed last 1 hr and send the details to the requestor about the request status.
-Siva