{
"event": "message.waiting",
"data": {
"id": "<string>",
"event": "message.waiting",
"metadata": [
{}
],
"me": {
"id": "<string>",
"pushName": "<string>"
},
"payload": {
"id": "<string>",
"from": "<string>",
"to": "<string>",
"participant": "<string>",
"fromMe": true,
"ack": 123,
"ackName": "<string>"
},
"instanceId": "<string>",
"userId": "<string>"
}
}Messages Waiting
Triggered when WhatsApp shows ‘Waiting for this message. This may take a while.’.
WEBHOOK
messages-waiting
{
"event": "message.waiting",
"data": {
"id": "<string>",
"event": "message.waiting",
"metadata": [
{}
],
"me": {
"id": "<string>",
"pushName": "<string>"
},
"payload": {
"id": "<string>",
"from": "<string>",
"to": "<string>",
"participant": "<string>",
"fromMe": true,
"ack": 123,
"ackName": "<string>"
},
"instanceId": "<string>",
"userId": "<string>"
}
}message.waiting
Triggered when WhatsApp shows “Waiting for this message. This may take a while.”.
Headers
User UUID associated with the connected WhatsApp instance.
Instance UUID of the connected WhatsApp instance.
Body
application/json
Response
200
The API successfully processed the batch of messages and returned a status of 200, confirming successful receipt and synchronization.