Configuration
Make your widget your own
The only required option; your organization’s widget token. you can find it in Dashboard / Widget.
The language of the widget’s interface.
Available options: en
, fr
, nl
, de
, pt
, ar
Initial messages that the user sees in a new chat session. These messages will disappear once the user sends their first message.
If turned on, the widget will have a login-like screen to collect user’s name and email. A non-verified contact will be created based on the provided information.
Extra data collection fields besides name
and email
. For this setting to take effect,
collectUserData
must be set to true
.
Provide initial values for the name
and email
inputs in the welcome screen. For this setting
to take effect, collectUserData
must be set to true
.
Name and avatar of the bot.
Verified or non-verified contact data. If no data is provided, an anonymous contact will be created.
For more details and recipes, check the Authentication page.
Custom text content to override the defaults in the widget.
Theme customization options.
Customize routing rules between screens.
The target attribute for all links in the AI or human agents responses.
Available options: _top
, _blank
_top
opens links in the same tab._blank
opens links in a new tab or window.
Custom headers to be sent with each AI action called.
Custom query params to be sent with each AI action called.
Dynamic context to be sent with each send-message request from the widget.