Skip to main content
WEBHOOK

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
event_type
enum<string>
required

Webhook event name

Available options:
waba:chat:incoming,
waba:chat:outgoing,
waba:chat:assigned,
waba:chat:unassigned,
waba:chat:closed,
waba:chat:reopened
Example:

"waba:chat:incoming"

chat
object
required
account
object
required
responsible
object

Present (non-null) only for waba:chat:assigned; null/absent for the other WABA chat events.

Response

200

Receiver accepted the event