Overview
Make outbound calls with your Retell agents: bind an agent to a phone number, then trigger calls from the dashboard or the API.Prerequisites
- Phone Number: A Retell-managed or imported number
- Agent: A configured agent ready for outbound calls
- API Key: Your Retell API key for authentication
Step 1: Bind agents to phone numbers
Before making calls, assign agents to your phone numbers. This configuration determines how your number handles both inbound and outbound calls.Configuration options
Flexible agent assignment
- Different agents: Use specialized agents for inbound vs outbound
- Outbound only: Leave inbound agent unset to prevent callbacks
- Inbound only: Configure only inbound agent for receive-only numbers

A/B testing
See A/B Testing.Step 2: Make outbound calls
International calling restrictions
Call parameters
When making outbound calls (v2), these parameters are supported:
Agent overrides let you adjust per-call behavior without changing the saved agent. See “Agent Overrides” in the Create Phone Call API for supported fields and examples.

API implementation
For complete parameter documentation, see Create Phone Call API Reference.Step 3: Configure CPS (calls per second)
Understanding CPS limits
CPS (calls per second) controls how many outbound calls you can start each second.Default limits and scaling
Important considerations
- Throttling protection: Exceeding limits results in rejected calls
- Gradual scaling: Start low and increase based on actual needs
- Provider limits: Your telephony provider may have additional restrictions
- Cost impact: Higher CPS may increase telephony costs
- Concurrency: CPS controls how fast calls start; the number that can run at once is capped separately by your concurrency limit

Best practices for high-volume calling
Step 4: Monitor call details
Available monitoring methods
1. API polling
Use Get Call API to retrieve:- Full transcript
- Call recording
- Latency metrics
- Function call logs
- Call duration and status
2. Real-time webhooks
Set up webhooks to receive instant notifications for:- Call Started: When the call connects
- Call Ended: Final status and duration
- Call Analyzed: Transcript and analysis ready
- Call Failed: Error details and reasons
Webhooks provide real-time updates without polling, making them ideal for production systems.
Additional resources
- Community Templates: Real-world outbound calling examples
- Batch calling: For high-volume campaigns
- Handle voicemail and IVR: Detect voicemail or IVR menus on outbound calls
- Capture DTMF input: Collect keypad digits from the caller
- Debug outbound calls: Troubleshoot connection issues
- Webhook setup: Configure real-time notifications

