What is Auto-Retry?
Auto-retry automatically reschedules calls that fail to connect. When a call ends with statuses likeno-answer or busy, Bolna retries the call after a configurable delay, improving your overall contact rates without manual intervention.
How to Enable Auto-Retry
Add theretry_config object when making a call via the Make Call API or Create Batch API.
Configuration Options
Retry Queue Priority
By default a retry is queued behind the calls still waiting in its batch, so with a large batch the retry may only dial well after the configured delay has passed. Setprioritize_retries: true to push the retry to the front of the queue as soon as its delay elapses, so it dials ahead of the remaining pending calls:
Supported Retry Statuses
Monitoring Retries via Webhook
When auto-retry is configured, your webhook receives retry information with each status update:Best Practices
Conservative Intervals
Start with 30+ minute intervals to avoid annoying contacts with rapid retries
Skip Voicemail Retries
Keep
retry_on_voicemail: false (default) to avoid repeated voicemail depositsMonitor Retry Counts
Track
retry_count in webhooks to measure retry effectiveness over timeMatch Urgency
Use 1–2 retries for time-sensitive calls, 3 for lead outreach campaigns
Related Features
Batch Calling
Run campaigns with thousands of contacts
Webhooks
Get real-time call status updates
Call Details
View execution history and outcomes

