Skip to content

Approval Completed Notification Email Template

Send a notification to a requester indicating they have an approval request that has been completed.

Name: Approval Completed Notification

Subject: An approval request for $approvalName has been $approvalStatus

Body:

<p>Dear ${__recipient.name},</p> 
<p>An approval request for $approvalName that was submitted #if($requestee.name != '' && $requestee.identityID  == $__recipient.id) on your behalf by $requester.name #else by you #end has been $approvalStatus.toLowerCase().</p>  
<p>To take action on or view the status of your approval requests, please go to: $__global.productUrl/ui/d/request-center/my-requests</p>
<br/>Thank you,<br/> The ${__global.productName} Team<br/>

Attributes

This email template uses version 2 global variables and the following attributes:

Name Type Description
RequesterID String The user who is being notified of the approval requests outcome.
ApprovalName String Name of an approval request describing what the request is for.
Requester Identity The user who is requesting the approval.
Requestee Identity The user for whom access is being requested.
Type String Approval request type.
ApprovalStatus String Status of the approval request (e.g. PENDING, APPROVED, REJECTED, EXPIRED, or CANCELED).

Documentation Feedback

Feedback is provided as an informational resource only and does not form part of SailPoint’s official product documentation. SailPoint does not warrant or make any guarantees about the feedback (including without limitation as to its accuracy, relevance, or reliability). All feedback is subject to the terms set forth at https://developer.sailpoint.com/discuss/tos.