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