booking.rescheduled
What this event means
booking.rescheduled is emitted when a participant reschedules an existing booking to a new date or time.
Webhook type
booking.rescheduled
Internal source mapping
Payload example
Delivery and idempotency handling
- Use
data.idas the primary idempotency key combined withdata.start_timeto distinguish reschedule events. data.start_timeanddata.end_timereflect the new scheduled times in milliseconds.- Update any calendar syncs or downstream reminders when this event fires.