Threshold-Pre Registered Visitors Per Hour
Description
If configured in Configuration > System, this email is sent to GUEST Admins, IDM Building Managers and other specific Identities to notify them that the number of Visits in the current hour have reached the pre-configured threshold.

Template
<p> <b>Threshold Alert - Pre Registered Visitors Per Hour</b> </p> <p> The number of Pre Registered Visitors has reached the threshold value set. <br/> Please review the values below and take the appropriate action. If you need to login to Symmetry click <a href="@Model.Url">here</a> to do so. </p> <p> <b>Date:</b> @Model.Date </p> <p> <b>Time:</b> @Model.Time </p> <p> <b>Number of Visitors:</b> @Model.NumberOfVisitors </p> <p> <b>Threshold Value:</b> @Model.ThresholdValue </p>
Razor Elements
Element | Description |
---|---|
@Model.Url | A URL point to GUEST |
@Model.Date | The date that the threshold has been reached for |
@Model.Time | The time that the threshold has been reached for |
@Model.NumberOfVisitors | The number of visitors registered |
@Model.ThresholdValue | The threshold value |
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.