Skip to main content

GUEST/IDM/CONNECT

Visitor Check-Out Alert

Description

This email is sent when a Visitor has passed the check out time and date without being registered as checking out.

Email
Visitor_Check-Out_Alert.jpg
Template
Visitor Check-Out Alert

Hello,

As of @Model.CurrentTime, the following visitor is past the check-out time of @Model.VisitCheckOutTime

@Model.VisitorFullName

The host is @Model.HostFullName:
@Model.HostEmail
@Model.HostCompanyName
@if (Model.HostMobilePhone != null)
{
@Model.HostMobilePhone
}
Razor Elements

Element

Description

@Model.CurrentTime

The current time and date the email was sent

@Model.VisitCheckOutTime

The Check out time and date the visitor was supposed to check out by

@Model.VisitorFullName

The Visitor's Full name

@Model.HostFullName

The Host's Full name

@Model.HostEmail

The Host's Email address

@Model.HostCompanyName

The Host's Company name

@Model.HostMobilePhone

The Host's Mobile Phone number

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.