Skip to content

Booking widget

The Booking Widget is an inline appointment scheduler you drop onto any page. Bookings sync to Appointments in your CRM.

  1. Open Widgets or Settings → Widgets.
  2. Set the Site ID to the domain you’re installing on.
  3. On the Booking Widget card, click Copy snippet.
<script src="https://api.vertaflow.io/v1/book.js" data-site="yourdomain.com" defer></script>

A completed booking creates an appointment in your CRM and shows in the schedule view. See Appointments & scheduling.

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.

Paste the snippet before </body> on the page where you want the scheduler. See Installing on your site.