calcom.onBookingRejected subscribes when a requested booking is rejected.
automations/on-booking-rejected.automation.ts
Scope
Omitscope for personal bookings. To watch one team-owned Collective or Round Robin event type, pass { type: "team", teamId, eventTypeId }. Team scope requires a Cal.com Teams plan or higher and an API key owned by a team admin or owner.
Event
Additional provider fields are preserved.
Automate.ax creates and maintains the Cal.com webhook, verifies
x-cal-signature-256, and deduplicates provider retries. Use calcom.onEvent when one automation should receive every supported Cal.com event.