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
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.