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 an inbound WhatsApp message arrives for your organization.
{ "event": "message.received", "data": { "value": { "messaging_product": "whatsapp", "metadata": { "display_phone_number": "xxxxxxxxxxxx", "phone_number_id": "xxxxxxxxxxxxxxxx" }, "contacts": [ { "profile": { "name": "xxxx" }, "wa_id": "+xxxxxxxxxxxx" } ], "messages": [ { "from": "+xxxxxxxxxxxx", "id": "wamid.xxxx", "timestamp": "1700000000", "text": { "body": "xxxx" }, "type": "text" } ] }, "field": "messages" } }
data.value.metadata.phone_number_id
data.value.contacts[].wa_id
data.value.messages[].id
wamid.*
data.value.messages[].type
text
image
audio
data.value.messages[].timestamp
data.field
"messages"