Skip to main content

GUEST/IDM/CONNECT

Credential Request Reminder

Description

This email is sent to the Identity's manager (and Delegate if configured) provided they are included in the Credential Request workflow.

Email

email_1_9.png
Template

<table width="700" cellpadding="16" style="font-size: 11px;font-family: Arial, lucida console, sans-serif;">
    <tr>
        <td align="left" style="background-color: black; color: white; font-size:18px; font-weight: bold;">
            Notification to Approver
        </td>
    </tr>
    <tr>
        <td>
            <p> This is a reminder that @Model.RequesterFullName has submitted a credential request.</p>
            
            <p>Please review and <a href='@Model.ActionUrl'>approve/ reject</a> this request.
            </p>
            <p>Thank you.</p>
        </td>
    </tr>
    <tr>
        <td align="left" style="background-color: #b2b3b3; padding: 12px;"></td>
    </tr>
</table>
Razor Elements

Element

Description

@Model.RequesterFullName

The full name of the identity making a credential request

@Model.ActionUrl

Provides a link that can be used to approve or reject the credential

Warning

It is recommended that these elements be used as stated with the only edits being to remove them if the information generated is not required.