Skip to main content

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.id as the primary idempotency key.
  • Use data.external_id to correlate with Nylas booking records if needed.
  • data.start_time and data.end_time are Unix timestamps in milliseconds.
  • Store the booking ID before triggering downstream workflows like CRM updates or notifications.
Last modified on April 27, 2026