You can redirect to any page after the booking is completed.
※*Even embedding is available.
Edit Booking Page > Workflow > Redirect
Any URL can be set.
Assigning parameters when redirecting
Parameters can be added when redirecting.
URL example:
https//www.jicoo.com/ ?event={type of booking} &eventTypeUid={unique ID of booking page} &eventTypeName={name of booking page} &eventUid={unique ID of booking} & eventStartedAt={Start date and time of the booking} &eventEndedAt={End date and time of the booking} &eventCreatedAt={Date and time of the booking creation}
The information to be assigned is as follows
event
- Booking type
- guest_booked (booking completed) - guest_rescheduled (rescheduled) - guest_cancelled (cancelled)
eventTypeUid
Unique ID of the booking page
eventTypeName
Name of the booking page
eventUid
Unique ID of the booking
eventStartedAt
Start date and time of the booking (URL Encoded value of date data in the format of specification: 2023-02-01T17:30:00.000+09:00)
eventEndedAt
End date and time of the appointment (URL Encoded value of date data in the format of 2023-02-01T17:30:00.000+09:00)
eventCreatedAt
Creation date and time of the event (URL Encoded value of date data in the format of 2023-01-08T17:30:00.000+09:00)