{
"eventId": "evt_a1b2c3d4e5f67890",
"instanceId": "ins_ABCdefGHIjk",
"receivedAt": "2025-05-19T00:51:44.816Z",
"eventType": "call_offer",
"eventData": {
"id": "call_123",
"caller": {
"id": "1234567890@s.whatsapp.net",
"lid": "12345678901234@lid",
"phone": "1234567890"
},
"chatId": "1234567890@s.whatsapp.net",
"isGroup": false,
"time": "2025-05-19T00:51:44.816Z",
"isVideo": true
}
}Calls
Call offer event
Event emitted when a call offer is received
WEBHOOK
call_offer
{
"eventId": "evt_a1b2c3d4e5f67890",
"instanceId": "ins_ABCdefGHIjk",
"receivedAt": "2025-05-19T00:51:44.816Z",
"eventType": "call_offer",
"eventData": {
"id": "call_123",
"caller": {
"id": "1234567890@s.whatsapp.net",
"lid": "12345678901234@lid",
"phone": "1234567890"
},
"chatId": "1234567890@s.whatsapp.net",
"isGroup": false,
"time": "2025-05-19T00:51:44.816Z",
"isVideo": true
}
}Body
application/json
Unique event identifier
The ID of the WhatsApp instance that generated the event
The timestamp when the event was received
The type of event
Available options:
call_offer Show child attributes
Show child attributes
Response
200
Return a 200 status to indicate that the data was received successfully
⌘I