Visit Approval Approver Reminder Notification

Description

This email is set to visit approvers to remind them that a visit is pending there approval.

Email

Template

<p>
  This is a reminder about the Visit Approval required for the Visit registered by <b>@Model.HostFullName</b>. 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 %}