This type of payload would be sent to webhook when status of a outgoing message changes
Please check the values of send_status and read_status attributes in payload
This event is sent when
-
Message is sent (Equivalent of Single Tick)
-
Message is delivered (Double Tick)
-
Message is viewed (Blue Tick)
{
"type": "message_status_change",
"message": {
"integration": {
"id": "62f22c6d94fd33fa7b27bad7",
"title": " WhatsApp Cloud 66546195",
"channel_name": "whatsapp_cloud",
"channel_type": "whatsapp"
},
"message": {
"vcardList": [],
"emailAttachments": [],
"type": "text",
"text": "hi ",
"id": "wamid.HBgMOTE4MjkwMTYzNjkxFQIAERgSODU5NTMxRTg5MjMwRDVENzBEAA==",
"fromMe": true
},
"sender": {
"id": "60cc4fcd65daa1678528b987",
"name": "@Bot",
"email": ""
},
"contact": {
"id": "60cdad1f34b9ab1ccfd2da9f",
"name": "Rampwin",
"phone_number": "918290163691",
"type": "user",
"avatar": "https://pps.whatsapp.net/v/t61.24694-24/170976629_285244357088571_1156794493799119839_n.jpg?ccb=11-4&oh=05bfb6ceb936b926cec49420e7f050a8&oe=62803814"
},
"status": true,
"createdAt": "2022-09-20T07:18:37.260Z",
"_id": "6329694d2261c4fec8c71658",
"account_id": "60cc4fcdeea77a1aa324383e",
"direction": "o",
"read_status": "sent",
"message_vendor_response": {
"messaging_product": "whatsapp",
"contacts": [
{
"input": "918290163691",
"wa_id": "918290163691"
}
],
"messages": [
{
"id": "wamid.HBgMOTE4MjkwMTYzNjkxFQIAERgSODU5NTMxRTg5MjMwRDVENzBEAA=="
}
],
"success": true,
"data": {
"msgId": "wamid.HBgMOTE4MjkwMTYzNjkxFQIAERgSODU5NTMxRTg5MjMwRDVENzBEAA=="
}
},
"send_status": "sent",
"updatedAt": "2022-09-20T07:18:38.719Z",
"__v": 0
}
}