
Basic setup
Add an iframe pointing to the/widget route:
Theming
Pass color and branding options as URL parameters:Hex color values must be URL-encoded — replace
# with %23. For example, #712F4A becomes %23712F4A.Full example
Opening a specific thread
By default, the embed creates a new thread. To open an existing thread, generate a JWT token for that thread and pass it as theaccessToken parameter:
Interaction modes
The embed supports three interaction modes depending on your project configuration:- Text — Standard chat interface.
- Web Call — Browser-based voice call.
- Phone Call — Triggers a phone call to the user.