Skip to content

Incoming webhooks types#

Incoming webhooks may be of the below types:

Get webhooks of different types#

To enable or disable webhooks by types, use SetSettings method

Method request body example SetSettings#

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