Skip to main content

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.id as the primary idempotency key combined with data.start_time to distinguish reschedule events.
  • data.start_time and data.end_time reflect the new scheduled times in milliseconds.
  • Update any calendar syncs or downstream reminders when this event fires.
Last modified on April 27, 2026