Incoming webhooks format
This section describes incoming webhooks format: messages, files, outgoing messages statuses, account and device (phone) status
Last updated
This section describes incoming webhooks format: messages, files, outgoing messages statuses, account and device (phone) status
Last updated
The most basic type of webhook that most people work with is message webhooks. Messages can be text or with an attachment, such as a picture or location. You can receive all this on your webhook server in real time as soon as this event occurs.
These are examples of webhooks for various events:
Especially for this purpose, we offer you a special endpoint that allows you to simulate any callback on any event. Thus, you can check if your link is available for our API, as well as see the format of the callback itself.