make_call
Initiate outbound phone calls using AI agents. Provide an agent ID and phone number to start a call where the agent follows its configured prompt.
Instructions
Initiate an outbound phone call using a specific agent. The agent will call the provided phone number and follow its configured prompt. Only telephony outbound calls are supported — for webcall or chat, use app.smallest.ai.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | The agent ID to use for the call | |
| phone_number | Yes | Phone number to call in E.164 format (e.g. +14155551234) | |
| from_product_id | No | Telephony product ID to use as the caller ID. Must be a phone number product owned by your org. If omitted, a default number is used. Use get_phone_numbers to find available product IDs. | |
| variables | No | Per-call variables to pass to the agent prompt (e.g. { prospect_name: 'John', prospect_company: 'Acme' }). These override the agent's defaultVariables for this call. | |
| version_id | No | Agent version ID to use for this call. If omitted, uses the agent's current live configuration. |