How to create a direct link to a service?
In this article, we explain how to generate a direct URL to book an appointment for a specific service.
Solution 1: Open the widget from the service's settings
Go to the service settings page : Dashboard > Settings > Service then choose the service. On the top right hand corner, you can click on the button Open Widget to open the widget only for that specific service:
Solution 2: Find the service ID or external ID
Go to the service settings page : Dashboard > Settings > Service then choose the service. The service ID is in the URL as you can see in the screenshots.
You can use a direct url for a service with all the scheduling mode : service with smart allocation, service + staff, staff + service. In the booking URL, add the setting "&service=" then add the service ID you got before.
Now you have a direct URL to book an appointment for a specific service.
Alternatively, you can define an external ID and refer to it in the URL instead of the object ID:
Note:
This custom link can be used in iframe mode or can be added manually in the button code (service:'serviceId'):
var scheduling = {serveur: 'app.agendize.com', button: 'buttonId', lang: 'fr', service: 'serviceId'}