onBookingConfirmed( )


Deprecated

This method is deprecated.

Deprecated. The onBookingConfirmed event has been deprecated and will be removed on June 30, 2026. Use the Bookings V2 Booking Confirmed SDK event instead.

The onBookingConfirmed() event handler runs when a new booking request is confirmed.

The event object includes a trigger property that describes the action that triggered the event. The trigger value is one of:

  • "BOOKING_AUTO_CONFIRMED": A new booking was made for a service that is configured for automatic confirmation.
  • "OWNER_CONFIRMED_BOOKING_REQUEST": A booking was confirmed by the business.
  • "OWNER_BOOKED": The owner made a booking directly from the calendar.

Note: Backend events don't work when previewing your site.

Method Declaration
Copy
Method Parameters
eventBookingEventRequired

Information about a confirmed booking.

Did this help?