πͺWebhooks
Webhooks list
Webhooks are HTTP callbacks that are set up for each account. These are triggered when selected events occur (e.g., the status of a conversation is changed).

To add a new/edit an existing webhook, select Add new webhook/Edit webhook.
Create/Edit a Webhook

Webhook URL - a URL to which a request will be sent.
Authorization β an authorization method that supports a target URL to protect data from unauthorized access.
None β the request will be sent without additional authorization headers.
Bearer β used to transmit a static API key or token.

Basic β uses the standard Login and Password scheme.

Custom β allows you to specify the header name manually.

Events β events that will trigger the webhook:
Conversation status changed
Conversation substatus changed
Message created
Message updated
Assignee changed
Team changed
Select inbox - an Inbox for which a webhook will be configured.
Last updated