Booking Notification


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Triggered when a booking is created or changed. For exmaple, when it is confirmed, declined, rescheduled, or canceled.

Deprecation Notice:

This webhook has been replaced with the following webhooks in Bookings V2:

The webhook will be removed on December 31, 2024.

Permissions
Manage Bookings - all permissions
Read Bookings - all read permissions
Manage Bookings
Read Bookings - Including Participants
Learn more about app permissions.
Event BodyEvent Body Event data is received as a JSON Web Token (JWT). It may be delayed. Be sure to verify the data was sent by Wix.
Event Data
reasonstring

bookingBooking

notifyParticipantsbooleandeprecated

deprecated, use participant_notification


previousBookingPreviousBooking

in case of create this field is empty.


participantNotificationParticipantNotification

Whether to notify participants about the change and an optional custom message


bookedSessionIntervalsChangedboolean

relevant only on OWNER_UPDATED_SCHEDULE events


sessionSession

relevant only for OWNER_UPDATED_SESSION and OWNER_CANCELLED_SESSION_IN_SET


previousSessionPreviousSession

relevant only for OWNER_UPDATED_SESSION


sendSmsReminderboolean

When value is set to True, an SMS reminder would be sent to the phone number specified in the ContactDetails, 24 hours before the session starts.

Did this help?