With Jicoo, you can set up a redirect to any URL after a booking is completed, a date is changed, or a booking is canceled.
In addition, since redirects can be configured with parameters, it is possible to sync booking information with your customer management system.
Please note that the post-booking redirect feature is available on the Team plan and above.
Configuring Redirect Destinations
You can configure redirect destinations by going to Edit Booking Page > Workflow > Redirect.
Setup Instructions
Here’s how to configure the system to redirect users to a custom URL after a booking is completed.
Under the section for when you want to set up the redirect, select “Redirect to external.”
Enter the redirect URL. After entering it, click Submit.
Assigning parameters when redirecting
Parameters can be added when redirecting. You can include parameters when redirecting.
Check the box next to “Pass event details to your redirect page.,” and add parameters to the end of the redirect URL.
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)



