Chatbot Triggered

{
  "eventType": "chatbotTriggered",
  "id": "1a2b3b4d5e6f7g8h9i10j",
  "created": "2022-10-14T05:53:01.3833674Z",
  "whatsappMessageId": "abcdefghi_jklmnop",
  "conversationId": "a1b2c3d4e5f6g7h8i9j10",
  "ticketId": "m1n2o3p4q5r6s7t8u9v10",
  "text": "Hello there",
  "type": "text",
  "data": null,
  "timestamp": "1665726781",
  "owner": false,
  "avatarUrl": null,
  "waId": "911234567890",
  "messageContact": null,
  "senderName": "wati user",
  "listReply": null,
  "replyContextId": null,
  "chatbotId": "123456",
  "channelId": null,
  "channelPhoneNumber": "17435002445",
  "bsuid": "HK.xxxxxxxxxxxxx",
  "parentBsuid": "HK.ENT.xxxxxxxxxxxxx",
  "username": "@bob"
}

Field Descriptions

Field NameTypeDescription
eventTypestringEvent type identifier: "chatbotTriggered"
idstringUnique identifier for the message that triggered the chatbot
createdstringISO 8601 timestamp when the event occurred
whatsappMessageIdstringWhatsApp's unique message identifier
conversationIdstringUnique identifier for the conversation thread
ticketIdstringUnique identifier for the support ticket
textstringThe text content of the message that triggered the chatbot
typestringType of message content
dataobject/nullAdditional data payload for non-text message types
timestampstringUnix timestamp when the message was sent
ownerbooleanIndicates if the message was sent by the account owner
avatarUrlstring/nullURL to the sender's profile picture
waIdstringWhatsApp ID of the message sender
messageContactobject/nullContact information shared in the message
senderNamestringDisplay name of the message sender
listReplyobject/nullData for list selection replies
replyContextIdstring/nullReference ID for the message being replied to
chatbotIdstringUnique identifier of the chatbot that was triggered
channelIdstring/nullIdentifier for the communication channel
channelPhoneNumberstringPhone number of the WhatsApp Business account
bsuidstring/nullBusiness Solution User ID — stable cross-channel identifier. Only present when available.
parentBsuidstring/nullParent BSUID — enterprise-level identifier. Only present when available.
usernamestring/nullHuman-readable username handle. Only present when available.