Pular para o conteúdo principal

Contact Updated

This event will be sent whenever a contact is updated. This also includes tag changes.

Event Name

contact_updated

Payload Fields

See Contact Object

Example Payload

payload.json
{
"event": "contact_updated",
"payload": {
"href": "https://dash.callbell.eu/contacts/eb2b914a977e4ab896e7b886698b3eac",
"name": "John Doe",
"tags": ["Lead"],
"uuid": "eb2b914a977e4ab896e7b886698b3eac",
"source": "whatsapp",
"avatarUrl": null,
"createdAt": "2022-10-12T15:57:16Z",
"phoneNumber": "331122334455"
}
}