Web Scheduler
The web scheduler is an embeddable booking widget.
<script src="https://cdn.onepath.ai/loader.js"></script>
<button data-onepath-web-scheduler-trigger>Book a service</button>
Drop the script in the document head, add a button anywhere. The widget auto-loads when your account has the scheduler channel enabled.
Open from a form submit
The scheduler can open from your own form on submit, pre-filled with phone, name, and message. One event dispatch wires it up.
Listen for booking events
The scheduler dispatches events when leads and appointments are created. Wire them to analytics, CRM webhooks, or post-booking redirects.
→ Events