Documentation Index
Fetch the complete documentation index at: https://klipy.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
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
| Internal event | Trigger path |
|---|---|
booking.rescheduled | Nylas booking lifecycle webhook booking.rescheduled type is received with updated start and end times. |
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.