Notification component
Description
Sends a message to the specified recipient. Including can place the message in the script handler log file.
For the system user, a notification is a websocket message from the server on an existing websocket connection. In particular, the Script Editor web application displays notifications in the form of pop-up messages, which is convenient to use in the script debugging mode when writing a script. A comma separated list of users can be specified as recipients: their logins, IDs, logins of associated SIP user accounts or their numbers.
The notifier can send NOTIFY SIP requests to SIP-user devices with a message placed in the body of the request according to the protocol SIP.
Index |
|
Short title |
|
Types of scenarios |
|
Starter module |
|
Mode |
Asynchronous |
Icon |
![]() |
Branching pattern |
Branching, closing |
Properties
Specification | Description |
---|---|
Title: |
Possible options:
|
Title: |
Message text for |
Title: |
An argument that identifies the user or a list of users listed comma separated. |
Title: |
Data model notification saving mode switch. |
Title: |
Display method in user interface. Forms an additional option in the websocket message.
For |
Title: |
Notification Formatting.
For |
Title: |
Custom background color in the form of a number corresponding to the view RGB 24bit. |
Title: |
Custom text color as a number corresponding to the representation of the RGB 24bit. |
Title: |
Message group code to automatically hide when duplicated. |
Title: |
The interval after which the notification should disappear from the screen if the user has not done anything with it. |
Title: |
Turns off additional logging of the message to the script handler log. |
Title: |
Method of the SIP request to be sent.
For |
Title: |
Address in |
Title: |
Additional headers to be substituted in the SIP request. The argument contains a multiline value, the format of each line: |
Name: |
The value for the header to be inserted in the SIP request to be sent From. |
Name: |
NOTIFY header value to be inserted into the NOTIFY header of the SIP request to be sent Event. |
Name: |
The value for the header to be inserted in the SIP request to be sent Content-Type. |
Name: |
Message text to be inserted in the body of the SIP request to be sent. |
Title: |
SIP response standby switch for a sent SIP request. |
Title: |
Variable to store the body of the SIP response to a sent SIP request. |
Title: |
Timeout for waiting for a response to a sent SIP request, in seconds. |
Title: |
The component to which control is transferred in case the standby mode does not receive a response to a sent SIP request at the set time. |
Title: |
Variable to store the error code. |
Title: |
Component to which control is passed. |
Title: |
The component to which control is passed if an error occurs. |