Triggered when a new contact is added or an existing contact is updated in your session's contact list.
Webhook: Contact Upsert
Triggered when a new contact is added or an existing contact is updated in your session's contact list.
Code Examples
{
"event": "contacts.upsert",
"timestamp": 1633456789,
"data": [
{
"jid": "1234567890",
"name": "Contact Name",
"notify": "Contact Display Name",
"verifiedName": "Verified Business Name",
"status": "Hey there! I am using WhatsApp."
}
]
}