Location: Custom Field Value Changed
location.custom_field_value_changed
Example Webhook Event
{
"event": "location.custom_field_value_changed",
"type": "location",
"trigger": "custom_field_value_changed",
"context": {
"custom_field_id": 665630460,
"custom_field_name": "Guest WiFi Available",
"custom_field_type": "Checkbox",
"new_value": "false",
"old_value": "true"
},
"response": {
"id": 800098664,
"name": "New York",
"address_line_1": "121 W 36th S",
"address_line_2": "",
"city": "New York",
"zip": "10018",
"state": "New York",
"country": "United States",
"email": "",
"phone": "",
"currency": "",
"logo": null,
"number_of_checked_out_assets": 0,
"number_of_assets": 0,
"number_of_accessories": 0,
"number_of_components": 0,
"number_of_consumables": 0,
"number_of_employees": 0,
"number_of_licenses": 0,
"checked_out_assets": null,
"assets": null,
"accessories": null,
"components": null,
"consumables": null,
"employees": null,
"licenses": null,
"created_at": "2025-03-18T15:16:00.837+04:00",
"updated_at": "2025-03-18T15:16:00.837+04:00",
"custom_fields": [
{
"Guest WiFi Available": false
}
]
}
}
Updated 16 days ago