action_holiday
Approve, decline, or cancel holiday bookings. Optionally add a reason and suppress notification emails.
Instructions
Approve, decline or cancel a holiday.
Args:
holiday_id: The holiday ID (or a holiday token).
action: Approve, Decline, Delete (cancel this booking) or
DeleteGroup (cancel the whole group booking).
reason: Optional reason, typically used when declining/cancelling.
suppress_emails: Suppress notification emails when actioning.
Raises a webhook event if webhooks are configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| reason | No | ||
| holiday_id | Yes | ||
| suppress_emails | No |