Alert

Raise an Alert in the jambonz platform

The purpose of this verb is to allow applications to raise alerts in the jambonz platform

1{
2 "verb": "alert",
3 "message": "Testing Alert Verb"
4}

The alert in the UI will contain the Application SID in the detail and the message will be displayed, these alerts will be availble via the API.

Example of the alert displayed as:

Alert raised by an application

Parameters

message
stringRequired

Message to be displayed in the alert.