{
"eventId": "evt_3456789012abcdef",
"instanceId": "ins_ABCdefGHIjk",
"receivedAt": "2025-05-19T00:51:44.816Z",
"eventType": "chat_push_name",
"eventData": {
"user": {
"id": "1234567890@s.whatsapp.net",
"lid": "12345678901234@lid",
"phone": "1234567890"
},
"pushName": "John Doe"
}
}Chats
Chat push name event
Event for chat push name updates
WEBHOOK
chat_push_name
{
"eventId": "evt_3456789012abcdef",
"instanceId": "ins_ABCdefGHIjk",
"receivedAt": "2025-05-19T00:51:44.816Z",
"eventType": "chat_push_name",
"eventData": {
"user": {
"id": "1234567890@s.whatsapp.net",
"lid": "12345678901234@lid",
"phone": "1234567890"
},
"pushName": "John Doe"
}
}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:
chat_push_name Show child attributes
Show child attributes
Response
200
Return a 200 status to indicate that the data was received successfully
⌘I