NOTE
To configure webhooks:
- Partners using OAuth clients please email [email protected].
- Companies reference our Configure Company webhooks guide for more details. Webhooks are restricted to Gourmet plans.
This webhook will be triggered when a department is modified.
Below is an example department.modified
payload.
{
"company_id": 101,
"department_id": 67610,
"department_name": "FOH",
"acting_user_id": 1149595,
"is_default": false,
"is_deleted": false
}