Integrate powerful scheduling infrastructure directly into your product. Embed booking flows, sync calendars, and automate workflows with a few lines of code.
Add a customizable booking page directly to your website or app. Keep users in your flow.
Read GuideListen for real-time events like `booking.created` or `booking.canceled` to trigger your own workflows.
Read GuideProgrammatically manage availability, event types, and bookings. Build custom UI on top of our engine.
Coming SoonThe easiest way to integrate Veloscal is using our iframe embed. By adding the `?embed=true` query parameter, we automatically strip standard headers and padding, allowing the widget to blend perfectly into your application.
Append `?embed=true` to your booking page URL. This activates the embedded layout mode.
https://veloscal.com/acme/consultation?embed=truePlace the iframe code where you want the booking calendar to appear. We recommend a minimum height of 600px for the best experience.
<iframe src="https://veloscal.com/acme/consultation?embed=true" width="100%" height="700" frameborder="0"></iframe>
Your Widget Here
You can customize the look and feel of the embedded booking page by passing additional query parameters.
| Parameter | Type | Description |
|---|---|---|
| primaryColor | hex code | Overrides the brand color for buttons and highlights (e.g. #ff0000). |
| hideDetails | boolean | Set to true to hide the left sidebar (event details) and show only the calendar/form. |
https://veloscal.com/acme/consultation?embed=true&primaryColor=%23ef4444&hideDetails=trueVeloscal includes a signature header in every webhook request to verify that the request originated from us. Each request includes a X-Veloscal-Signature header.
X-Veloscal-Signature: t=1698223344,v1=5257a869e7ece...
Subscribe to events to trigger workflows in your application. Manage your endpoints in the Admin Dashboard.
Fired when a new booking is confirmed.
Fired when a booking is moved to a new time. (Includes reference to old booking ID)
Fired when a booking is cancelled.