https://api.yourapp.com/sendzen/webhook).incoming_message, delivery_status).2xx status code to confirm that the event was processed.POSTapplication/json{
"object": "whatsapp_business_account",
"entry": [
{
"id": "8856996819413533",
"changes": [
{
"value": {
"messaging_product": "whatsapp",
"metadata": {
"display_phone_number": "<PHONE_NUMBER>",
"phone_number_id": "27681414235104944"
},
"contacts": [
{
"profile": {
"name": "<CONTACT_NAME>"
},
"wa_id": "<WA_ID>"
}
],
"messages": [
{
"from": "<FROM_PHONE_NUMBER>",
"id": "ABGGFjFVU2AfAgo6V-Hc5eCgK5Gh",
"identity": {
"acknowledged": true,
"created_timestamp": 1602532300000,
"hash": "Sjvjlx8G6Z0="
},
"text": {
"body": "Hi from new number 3601"
},
"timestamp": "1602532300",
"type": "text"
}
]
},
"field": "messages"
}
]
}
]
}{
"object": "whatsapp_business_account",
"entry": [
{
"id": "8856996819413533",
"changes": [
{
"value": {
"messaging_product": "whatsapp",
"metadata": {
"display_phone_number": "<PHONE_NUMBER>",
"phone_number_id": "27681414235104944"
},
"contacts": [
{
"profile": {
"name": "<CONTACT_NAME>"
},
"wa_id": "<WA_ID>"
}
],
"messages": [
{
"from": "sender_wa_id",
"id": "message_id",
"timestamp": "message_timestamp",
"type": "reaction",
"reaction": {
"emoji": "<emoji>",
"messsage_id": "<WAMID>"
}
}
]
},
"field": "messages"
}
]
}
]
}{
"object": "whatsapp_business_account",
"entry": [
{
"id": "8856996819413533",
"changes": [
{
"value": {
"messaging_product": "whatsapp",
"metadata": {
"display_phone_number": "16505553333",
"phone_number_id": "<PHONE_NUMBER_ID>"
},
"contacts": [
{
"profile": {
"name": "<CONTACT_NAME>"
},
"wa_id": "<WA_ID>"
}
],
"messages": [
{
"from": "<FROM_PHONE_NUMBER>",
"id": "wamid.id",
"timestamp": "<TIMESTAMP>",
"type": "image",
"image": {
"caption": "This is a caption",
"mime_type": "image/jpeg",
"sha256": "81d3bd8a8db4868c9520ed47186e8b7c5789e61ff79f7f834be6950b808a90d3",
"id": "2754859441498128"
}
}
]
},
"field": "messages"
}
]
}
]
}{
"object": "whatsapp_business_account",
"entry": [
{
"id": "8856996819413533",
"changes": [
{
"value": {
"messaging_product": "whatsapp",
"metadata": {
"display_phone_number": "16505553333",
"phone_number_id": "27681414235104944"
},
"contacts": [
{
"profile": {
"name": "Kerry Fisher"
},
"wa_id": "16315551234"
}
],
"messages": [
{
"context": {
"from": "16505553333",
"id": "wamid.gBGGFlCGg0cvAgkLFm4e9tICiTI"
},
"from": "16315551234",
"id": "wamid.ABGGFlCGg0cvAgo-sHWxBA2VFD_S",
"timestamp": "1603087229",
"type": "button",
"button": {
"text": "No",
"payload": "No-Button-Payload"
}
}
]
},
"field": "messages"
}
]
}
]
}