Visit Approval Approver Escalation Notification

Description

This email is set to identities that hold the Guest Administrator role to inform them that a visit has been scheduled and is waiting approval when no action is taken by the approver.

Email

Template

<p>
  A Visit Approval is required for the Visit registered by <b>@Model.HostFullName</b>. This approval task was not completed by the relevant approver(s) in the time allotted and has been escalated to the Guest Administrator. Please click <a href="@Model.Url">here</a> to review the pending visit, or copy and paste the following URL into your favorite browser:
    <br/>
    @Model.Url
</p>

Razor Elements

Element Description
@Model.HostFullName The first and last name of the host
@Model.Url The URL to the visit

{% notice warning %} It is strongly recommended that these elements be used as is with the only edits being to remove them if the information generated is not desired.
{% /notice %}