Provision the Chatwoot integration via the RyzeIntegrations bridge, creates the inbox and opens the persistent WebSocket
Auth:Documentation Index
Fetch the complete documentation index at: https://docs.ryzeapi.cloud/llms.txt
Use this file to discover all available pages before exploring further.
TokenAccount or TokenInstance • Rate limit: Global (100/min) • Idempotent: no
chatwootApiToken is encrypted at rest with AES-256-GCM and is never returned by the API.
| Field | Description |
|---|---|
instance | Name of the instance where the integration was activated. |
status | "active" when activation completed on the bridge. |
bridge_integration_id | ID returned by RyzeIntegrations, reference for live calls and DELETE. |
message | Fixed confirmation message. |
suporte).TokenAccount or TokenInstance.application/json/ is removed. Example: https://chatwoot.example.com.0.access_token) of the Chatwoot agent. Encrypted at rest with AES-256-GCM and never returned by the API.true, prefixes messages sent by RyzeAPI with the Chatwoot agent’s signature.true, group events are not routed to Chatwoot.true, new conversations start as pending (instead of open).true, new messages on conversations marked as resolved automatically reopen them.Detail:.
| HTTP | error.message | Cause |
|---|---|---|
| 400 | Chatwoot account or endpoint not found — verify chatwootBaseUrl (...) and chatwootAccountId (...). Detail: ... | Wrong account ID, invalid URL, or Chatwoot returned 404/422. |
| 400 | Chatwoot rejected the request as invalid ... Detail: ... | Chatwoot 422 error (payload validation). |
| 400 | invalid body: ... | Malformed body or missing required fields. |
| 401 | Chatwoot rejected the API token — verify chatwootApiToken. Detail: ... | Invalid Chatwoot token (Chatwoot returned HTTP 401: Invalid Access Token). |
| 403 | Chatwoot denied the request — verify the API token has admin scope on account <id>. Detail: ... | Token lacks admin scope on the account. |
| 404 | instance not found | Instance does not exist in RyzeAPI. |
| 500 | chatwoot integration failed: persist integration: ... | Local persistence failure (DB). |
| 502 | Chatwoot is unreachable at <url> — verify chatwootBaseUrl and that the host is reachable from the server. Detail: ... | DNS, connection refused, i/o timeout, dial tcp, or Chatwoot returned 5xx. |
| 503 | integration gateway not configured (set BRIDGE_URL and BRIDGE_TOKEN) | Bridge not configured on the server. |
status and last_error enriched with live data from the bridge.