For AI agents: visit https://docs.wati.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
🚧
JSON
{
"eventType": "newContactMessageReceived_bsuid",
"id": "634930ab82538bf0845a116a",
"created": "2022-10-14T09:49:31.2419621Z",
"waId": "911234567890",
"senderName": "New User",
"sourceId": null,
"sourceUrl": null,
"sourceType": 0,
"bsuid": "HK.xxxxxxxxxxxxx",
"parentBsuid": "HK.ENT.xxxxxxxxxxxxx",
"username": "@bob"
}
Field Name Type Description eventType string Event type: "newContactMessageReceived_bsuid" — BSUID-first version bsuid string Required. Business Solution User ID — the primary stable cross-channel identifier. Always present in this webhook version.parentBsuid string Required. Parent BSUID — the enterprise-level identifier.username string/null Human-readable username handle for the contact. waId string/null WhatsApp ID / phone number of the contact. Optional — may be omitted in BSUID-first mode.
📘