bolna_make_call
Initiate outbound voice calls to any phone number using an AI agent. Supports scheduling, retries, and dynamic variable substitution.
Instructions
Initiate an outbound voice call using a Bolna agent to a specified phone number
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | UUID of the Bolna agent to use for the call | |
| user_data | No | Key-value pairs for dynamic prompt variable substitution in the agent | |
| scheduled_at | No | ISO 8601 datetime to schedule the call, e.g. "2025-08-21T10:35:00" | |
| retry_enabled | No | Enable automatic call retries | |
| from_phone_number | No | Caller ID in E.164 format (optional) | |
| retry_max_retries | No | Number of retry attempts (1–3) | |
| retry_on_statuses | No | Call statuses that should trigger a retry | |
| bypass_call_guardrails | No | Skip call guardrails if true | |
| recipient_phone_number | Yes | Recipient phone number in E.164 format, e.g. "+919876543210" | |
| retry_intervals_minutes | No | Minutes to wait before each retry attempt, e.g. [30, 60, 120] |