Flow
Request
| Field | Required | Notes |
|---|---|---|
bot_id | yes | Bot to run. |
to_number | yes | Customer number. |
from_number | no | Outbound caller ID/trunk hint. |
variables | no | CRM-friendly alias for call variables. |
connected_event | no | Legacy/internal equivalent of variables. |
variables and connected_event together.
What CXB API adds
CXB API derives and forwards:Common errors
| Status | Meaning |
|---|---|
| 401 / 403 | Missing or invalid API key/JWT, or an inactive/expired API key. |
| 422 | Invalid payload, or both variables and connected_event were sent. |
| 503 | No healthy CXB Core fleet capacity. |
| non-200 from fleet | Dialout failed at CXB Core/LiveKit/carrier layer. |