These docs are for v2.2022.0501. Click to read the latest docs for v2.2023.0501.

schedule.published

📘

NOTE

To get access and subscribe to our webhooks, email [email protected].

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"
}