Skip to content

Incoming notification types#

Incoming notifications can be of the following types:

Receiving notifications of different types#

To enable or disable notifications by type, use the SetSettings method

Request body example for the SetSettings method#

{
    "outgoingWebhook": "yes",
    "outgoingMessageWebhook": "yes",
    "stateWebhook": "yes",
    "incomingWebhook": "yes",
}