Skip to content

Access Request Decision for Other Email Template

The Access Request Decision for Other email is sent to a user when the reviewer of a request made on their behalf has made a decision.

Name: Access Request Decision for Other

Subject: {requesterName}'s Request for Access for you was #if(approved)approved#{else}denied#end

Body:

Dear ${user.name},

On ${dateRequested}, ${requesterName} requested ${requestedObjectName} for you.

#if ($approved)

Your access has been <span style="color:green">approved</span>. The system is now processing the request.

#{else}

Your access has been <span style="color:red">denied</span>.

#if (!$approved && $reviewerComment)<p>${approverName} included the following comment when approving the access:<b>$reviewerComment</b></p>

#if (!$denied && $reviewerComment)<p>${rejecterName} included the following comment when denying the access:<b>$reviewerComment</b></p>

#{else}

#if($removeDate) Your access to ${requestedObjectName} is scheduled to end on {scheduledSunsetDate}. #end

Please contact ${rejecterName} if you have any questions.

#end

#end

Thanks,

The ${PRODUCT_NAME} Team

Attributes

This email template uses version 1 global variables and the following template-specific attributes:

Name Type Description
approved Boolean Whether the access request was approved.
approverName String The display name of the identity that approved the request.
dateRequested String The date the request was made.
rejecterName String The display name of the identity who denied the request.
removeDate String The date on which the access will be removed.
requestedForIdentityName String The display name of the identity that the access was requested for.
requestedObjectName String The name of item requested.
requestedObjectType String The type of item requested.
requesterName String The display name of the identity who requested the access.
reviewerComment String If available, any comments left by the reviewer.
roleRequestEnabled Boolean Whether the role request feature is enabled for a site.