Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Fired when Wapilot successfully submits an outbound message to WhatsApp.
data
{ "event": "message.sent", "data": { "success": true, "data": { "messaging_product": "whatsapp", "contacts": [ { "input": "+xxxxxxxxxxxx", "wa_id": "+xxxxxxxxxxxx" } ], "messages": [ { "id": "wamid.xxxx", "message_status": "accepted" } ] } } }
data.success
true
data.data.contacts[].wa_id
data.data.messages[].id
wamid.*
data.data.messages[].message_status
"accepted"