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.created
What this event means
booking.created is emitted when a booking is confirmed via the Klipy scheduling link. This indicates a meeting has been booked by an external participant.
Webhook type
booking.created
Internal source mapping
| Internal event | Trigger path |
|---|---|
booking.created | Nylas booking lifecycle webhook booking.created type is received and the booking record is confirmed. |
Payload example
Delivery and idempotency handling
- Use
data.idas the primary idempotency key. - Use
data.external_idto correlate with Nylas booking records if needed. data.start_timeanddata.end_timeare Unix timestamps in milliseconds.- Store the booking ID before triggering downstream workflows like CRM updates or notifications.