TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/jAtInn71/chatwoot-costom/llms.txt
Use this file to discover all available pages before exploring further.
inbox_config endpoint returns the complete configuration for a web widget inbox. The widget calls this endpoint every time the chat bubble is opened, so any changes made in the Chatwoot dashboard — such as enabling or disabling the ElevenLabs voice agent — take effect on the next bubble click without requiring a page reload.
Endpoint
Authentication
This endpoint does not require an agent session. It identifies the inbox using thewebsite_token query parameter, which is the token from your widget embed script.
The
website_token is available from the Chatwoot dashboard under Settings → Inboxes → your inbox → Configuration → Installation. It is embedded in the <script> tag you add to your site.Query parameters
The website token that identifies the web widget inbox. This value comes from the widget embed script tag and uniquely maps the request to the correct inbox and its channel configuration.
Response
A successful response returns HTTP 200 with a JSON body structured as{ payload: { inbox: { ... } } }.
Top-level wrapper object.
Example request
Example response
Notes
The widget dispatches
voiceAgentConfig/fetchVoiceAgentConfig on every chat bubble open event. This means dashboard changes to voice agent settings take effect on the visitor’s next widget open without a page reload.