Close menu
Explore Plans
Mobile menu Close menu
Wix

New booking

This trigger fires when a new booking is created on your Wix Bookings calendar. Requires Wix Bookings on a paid plan.

Developer info

API endpoint slug
wix.new_booking

Trigger fields

No fields for this trigger

Ingredients

Booking The unique ID of the booking.

Slug
booking_id
Filter code
Wix.newBooking.BookingId
Type
String
Example
bk-abc123

Service name The name of the booked service.

Slug
service_name
Filter code
Wix.newBooking.ServiceName
Type
String
Example
60-min Consultation

Customer name Full name of the customer.

Slug
customer_name
Filter code
Wix.newBooking.CustomerName
Type
String
Example
Jane Doe

Customer email Email of the customer.

Slug
customer_email
Filter code
Wix.newBooking.CustomerEmail
Type
String
Example
jane@example.com

Customer phone Phone number of the customer.

Slug
customer_phone
Filter code
Wix.newBooking.CustomerPhone
Type
String
Example
+14155551234

Start time When the booking starts.

Slug
start_time
Filter code
Wix.newBooking.StartTime
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00

End time When the booking ends.

Slug
end_time
Filter code
Wix.newBooking.EndTime
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00

Booking status Status of the booking (CONFIRMED, PENDING, etc.).

Slug
booking_status
Filter code
Wix.newBooking.BookingStatus
Type
String
Example
CONFIRMED

Booking created date When the booking was created.

Slug
booking_created_date
Filter code
Wix.newBooking.BookingCreatedDate
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00