Location Events
When subscribed to the Location
webhooks you will receive the following events:
event_type | description |
---|---|
location.created | Location has been created |
location.updated | Location has been updated |
Example payload
{
"event_type": "location.updated",
"resource_type": "Company",
"resource_id": 7757616924740529,
"resource_uuid": "88f7cca1-dcad-4d20-84db-7fb80303d69f",
"entity_type": "Location",
"entity_id": 7757491335866020,
"entity_uuid": "7b1d0df1-6403-4a06-8768-c1dd7d24d27a",
"timestamp": 1658773140
}
Updated over 1 year ago