Batch Calls
The Batch Calls node enables you to initiate multiple AI-powered voice calls in a single request.Overview
This node allows you to:- Make multiple calls simultaneously
- Use different scripts per call
- Track batch progress
- Handle bulk responses
- Manage call priorities
Configuration
| Parameter | Type | Description |
|---|---|---|
| Calls | Array | List of calls to make |
| Concurrency | Number | Maximum concurrent calls |
| Retry Config | Object | Retry settings for failed calls |
| Callback URL | String | Webhook URL for batch events |
Example Usage
Basic Batch Call
Advanced Batch with Different Scripts
Batch Status Response
Retry Configuration
Configure retry behavior for failed calls:Batch Events
Events emitted during batch processing:batch.startedbatch.call_completedbatch.call_failedbatch.completedbatch.failed
Error Handling
Common batch processing errors:- Invalid phone numbers
- Script validation errors
- Concurrency limits
- Rate limiting
- System capacity