department.modified

đŸ“˜

NOTE

To configure webhooks:

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
}