Notifications Basics

Before creating and maintaining notifications, it's helpful to understand a few things about how notifications are set up. It's also useful to know what the user roles permissions are for setting up notifications.

Using Variables in Notification Messages

Insert dynamic values into your message using variables (e.g., {dateLocal}, {callerID}). These are automatically replaced with real-time system or event data when the notification is sent.

Activator variables (e.g., {activatorTitle}) pull content from triggered/forwarded events.

Standard variables (e.g., {timeLocal}, {notificationName}) work in all notifications.

Tag Value
{activatorTitle} Title set on the forwarded ActivatorTextCommand
{activatorBody} Body set on the forwarded ActivatorTextCommand
{activatorLocation} activatorVariables["Location"] (from responseEvent.Data]
{activatorCoordinates} activatorVariables["Latitude/Longitude"]

 

Simple replacements — used in all notifications (title, body, email subject, etc.)

Tag Value
{iteration} Current repeat count
{iterations} Total repeats (or "Continuous")
{delay} Notification interval
{dateUTC} Current UTC date
{timeUTC} Current UTC time
{dateLocal} Current local date
{timeLocal} Current local time
{callerID} Who sent the notification (SentBy)
{companyName} Company name from settings
{accountID} License account ID
{serverIP} Rev server IP
{serverName} Rev server FQDN
{notificationName} Notification name

Navigating the Manage Notifications Page

Use the Filter to narrow down the list of notifications displayed. Click anywhere on the notification data to open the Notification Edit page. The menu provides additional functionality – Send, Copy, Delete – depending on your user role.

 

Overview of tasks on the Manage Notifications Page

Creating Notifications

It's helpful to understand the basics of how notifications are created and the different options for creating them.

There are five basic tasks to creating a notification: