schedule.published

đŸ“˜

NOTE

To configure webhooks:

This webhook will be triggered when a schedule is published.

Below is an example schedule.published payload.

{
  "company_id": 1234,
  "location_id": 11,
  "department_ids": [
    1,
    2
  ],
  "start": "2022-03-27T00:00:00+00:00",
  "end": "2022-04-02T00:00:00+00:00"
}