Payload
List of field names that changed in this update.
Fired when a contact record is updated via the API or the dashboard.
{
"id": "evt_xxxxx",
"event": "contact.updated",
"timestamp": "2026-03-28T10:00:00Z",
"data": {
"contact_id": "c_a1b2c3d4",
"updated_fields": ["status", "tags"],
"updated_at": "2026-03-28T10:00:00Z"
}
}