Initiate individual call (compatibility)
Drop-in compatible with the Ringg Initiate Individual Call contract, for migrating an existing integration without rewriting it. Translates onto the native POST /calls, which owns validation, idempotency and dispatch. Requires an X-API-KEY credential. Scope sessions:write. Prefer POST /calls for new integrations. See the Individual-call compatibility guide for the full field mapping.
Authorizations
Body
Callee name. Also exposed to the prompt as callee_name unless you set that key yourself.
Destination in E.164. Also exposed to the prompt as mobile_number.
A published voice agent.
Caller-ID phone-number id. Takes precedence over from_number.
Caller ID in E.164. A list of numbers is also accepted; the first usable one wins. Resolved to a workspace number; 404 if it is not one. from_number_id takes precedence.
Prompt variables. Maps to the native custom_variables.
Same shape as the native call_config — idle timeouts, retries, calling window.
Accepted and stored, but not applied.
Response
Call initiated. call_status uses the compatibility vocabulary (registered, ongoing, completed, failed, cancelled).

