{
"eventId": "evt_bcdef01234567890",
"instanceId": "ins_ABCdefGHIjk",
"receivedAt": "2025-05-19T00:51:44.816Z",
"eventType": "user_presence",
"eventData": {
"user": {
"id": "1234567890@s.whatsapp.net",
"lid": "12345678901234@lid",
"phone": "1234567890"
},
"status": "available",
"lastSeen": "2025-05-19T00:51:44.816Z"
}
}Users
User presence event
Event for user presence updates
WEBHOOK
user_presence
{
"eventId": "evt_bcdef01234567890",
"instanceId": "ins_ABCdefGHIjk",
"receivedAt": "2025-05-19T00:51:44.816Z",
"eventType": "user_presence",
"eventData": {
"user": {
"id": "1234567890@s.whatsapp.net",
"lid": "12345678901234@lid",
"phone": "1234567890"
},
"status": "available",
"lastSeen": "2025-05-19T00:51:44.816Z"
}
}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:
user_presence Show child attributes
Show child attributes
Response
200
Return a 200 status to indicate that the data was received successfully
⌘I