bolna_create_batch
Creates a batch call campaign by uploading a CSV of phone numbers to a Bolna agent for automated outbound calls.
Instructions
Create a batch call campaign by uploading a CSV of phone numbers for a Bolna agent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | UUID of the Bolna agent to use for batch calls | |
| csv_content | Yes | Raw CSV string with a "phone_number" column (plus optional variable columns). Example: "phone_number,name\n+919876543210,Rahul" | |
| webhook_url | No | Webhook URL for batch status updates | |
| csv_filename | No | Filename to use for the uploaded CSV | contacts.csv |
| retry_config | No | Retry configuration for failed calls in the batch | |
| from_phone_numbers | No | List of caller IDs in E.164 format to rotate through |