Booking widget
The Booking Widget is an inline appointment scheduler you drop onto any page. Bookings sync to Appointments in your CRM.
Get the snippet
Section titled “Get the snippet”- Open Widgets or Settings → Widgets.
- Set the Site ID to the domain you’re installing on.
- On the Booking Widget card, click Copy snippet.
<script src="https://api.vertaflow.io/v1/book.js" data-site="yourdomain.com" defer></script>Where bookings go
Section titled “Where bookings go”A completed booking creates an appointment in your CRM and shows in the schedule view. See Appointments & scheduling.
Booking widget vs the public booking page
Section titled “Booking widget vs the public booking page”The widget embeds scheduling inside your existing site. If you’d rather hand clients a hosted page to self-book, use your public booking page (/book/<slug>) instead — see Public booking page. Both write to the same Appointments calendar.
Install it
Section titled “Install it”Paste the snippet before </body> on the page where you want the scheduler. See Installing on your site.