{
"event": "message.status",
"company": "",
"channel": "WhatsApp",
"channel_id": "3709",
"user": {
"id": "123"
},
"call_id": "",
"timestamp": 1720160832,
"status": {
"call_id": "",
"msg_id": "",
"status": "",
"company": "",
"seat_id": ""
}
}
curl --location --request POST 'https://api.airudder.com' \
--header 'X-AIRudder-Sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "message.status",
"company": "",
"channel": "WhatsApp",
"channel_id": "3709",
"user": {
"id": "123"
},
"call_id": "",
"timestamp": 1720160832,
"status": {
"call_id": "",
"msg_id": "",
"status": "",
"company": "",
"seat_id": ""
}
}'
{}