Skip to content
Autumn Sale Save up to 40% on Bookly Pro 00D 00H 00M 00S View pricing ->

How can I set default Service, Category & Employee value via http GET?

If you want to redirect customers to a booking page with predefined values for Service, Category, Employee, or Location, you’ll need to add the appropriate URL parameter for each value to the link.

To create the link, use the ID of the required values, which can be found either in the database or by using the ‘Developer Tools’ in a web browser.

Here’s an example of a link with URL parameters:

www.example.com/?cat\_id=1&service\_id=2&staff\_id=3&loc\_id=4