Incoming webhooks types#
Incoming webhooks may be of the below types:
- incomingMessageReceived - incoming messages and files notification
- outgoingAPIMessageReceived - Message sent via API
- outgoingMessageStatus - notification about outgoing messages sending/delivering/reading statuses
Get webhooks of different types#
To enable or disable webhooks by types, use SetSettings method
Method request body example SetSettings#
{
"outgoingWebhook": "yes",
"incomingWebhook": "yes"
}