Skip to main content

GUEST/IDM/CONNECT

Credential Request Submitted

Description

This email is sent to the Identity's manager (and Delegate if configured) provided they are included in the Credential Request workflow, to inform them that a credential request has been submitted that requires their attention.

Email

email_1_10.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 Photo ID Admin/Technician
        </td>
    </tr>
    <tr>
        <td>
            <p> @Model.RequesterFullName has submitted a credential request.</p>
            
            <p>Please review and <a href='@Model.ActionUrl'>process</a> this request.
            </p>
            <p>Thank you.</p>
        </td>
    </tr>
    <tr>
        <td align="left" style="background-color: #b2b3b3; padding: 12px;">
          You are receiving this email because you are a Photo ID Admin/Technician in Symmetry CONNECT. Please contact your System Administrator if you have any questions about your user role in the system.
        </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 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.