Skip to main content

What is Auto-Retry?

Auto-retry automatically reschedules calls that fail to connect. When a call ends with statuses like no-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 the retry_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. Set prioritize_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 deposits

Monitor Retry Counts

Track retry_count in webhooks to measure retry effectiveness over time

Match Urgency

Use 1–2 retries for time-sensitive calls, 3 for lead outreach campaigns

Batch Calling

Run campaigns with thousands of contacts

Webhooks

Get real-time call status updates

Call Details

View execution history and outcomes