Basic setup
Add the following script tag to your website, just before the closing</body> tag:
- Validate that your domain is in the allowed domains list
- Generate a secure session token
- Render the chat button in the bottom-right corner of the page
Parameters
| Parameter | Required | Description |
|---|---|---|
customer | Yes | Your account slug, found in Settings in the admin dashboard |
How it works
When the script loads, it:- Checks the current page’s domain against your allowed domains list
- If allowed, generates a signed token valid for 24 hours
- Creates an iframe containing the chat widget
- Renders a floating chat button on your page
URL parameters
You can control the widget via URL query parameters on your page:| Parameter | Description |
|---|---|
chat=open | Automatically opens the widget when the page loads |
message=TEXT | Sends an initial message to the booking assistant |

