{
"event": "entity.updated",
"subscription_id": "sub_abc123",
"entities": [
{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"name": "The Shorty",
"city": "London",
"entity_type": "restaurant",
"external_id": "ChIJN1t_tDeuEmsRUsoyG83frY4",
"fields": {
"phone": "+44 20 1234 5678",
"rating": 4.5,
"website": "https://theshorty.co.uk"
}
}
],
"occurred_at": "2025-01-15T10:30:00.000Z"
}Webhook Events
entity.updated
Fired when one or more subscribed fields on a tracked entity change.
WEBHOOK
entity.updated
{
"event": "entity.updated",
"subscription_id": "sub_abc123",
"entities": [
{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"name": "The Shorty",
"city": "London",
"entity_type": "restaurant",
"external_id": "ChIJN1t_tDeuEmsRUsoyG83frY4",
"fields": {
"phone": "+44 20 1234 5678",
"rating": 4.5,
"website": "https://theshorty.co.uk"
}
}
],
"occurred_at": "2025-01-15T10:30:00.000Z"
}Body
application/json
Response
200
Acknowledged. Any 2xx response is treated as success.