Webhooks
This page lists all the web hooks that we push to the web hook URL configured for your organisation
Contact Assigned
{
"type": CONTACT_ASSIGNED,
"version":<double>,
"payload": {
"contact_id": <string>,
"user_id": <string>,
"is_handover": <boolean>,
"is_assigned" : <boolean>
}
}Chatroom Creation
{
"type": CHATROOM_CREATED,
"version":<double>,
"payload": {
"chatroom_id": <string>,
"external_ref_id": <string>,
"chatroom_type": <enum CONTACT | AFFILIATE >,
"is_inbound" : <boolean>
}
}Chatroom Status Update (Active/Deactive/Expired)
Contact Expired
Send Template Message
Media Received
Media Received with Classification
Contact Opt Out Webhook
Analytics Dump
Last updated