retell_create_batch_call
Schedule a batch of outbound phone calls, providing each call's destination number, optional agent overrides, and dynamic variables.
Instructions
Schedule a batch of outbound phone calls. Each task specifies a destination number and optional per-call agent overrides and dynamic variables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional label for the batch (your reference only). | |
| tasks | Yes | List of call tasks. Each task must have 'to_number' and may include 'override_agent_id', 'retell_llm_dynamic_variables', etc. | |
| from_number | Yes | Your Retell number in E.164 format to call from. | |
| trigger_timestamp | No | Unix ms timestamp to schedule the batch. Omit to send immediately. |