PagingAlert

The PagingAlert data class contains these fields.

Field Type Description
Subject String[60]

The alert subject.

Body

String [3000]

The alert message.

ExternalID String[64] The ID of the submitted alert.
OverridePersonalAlarmSettings Boolean
  • True: sound and led notification settings defined on the server are used.

  • False: sound and led notification settings defined in user’s device profile are used.

Severity Integer
  • 0: urgent if OverridePersonal Settings is True, high otherwise

  • 1: normal

  • 2: normal

Callback String[32] Callback phone number.
EventID String[40] Event ID that the alarm is associated with.
ParticipationConditions PagingAlertParticipationCondition By default, this is ALL. If it is set to ONLINE_ONLY, the message will be queued and delivered to only Voice logged in users.