Batch functionality is not active by default.
Please contact us at founders@bolna.dev for activation.

Batch structure

Create a CSV file of contact list

  1. All phone numbers should include the country prefix in E.164 format
  2. All phone numbers in the CSV file should have contact_number as the header
  3. All other variables can be included in the CSV file

Example CSV file

contact_number,first_name,last_name
+11231237890,Bruce,Wayne
+91012345678,Bruce,Lee
+00021000000,Satoshi,Nakamoto
+44999999007,James,Bond

Using APIs to manage and control batches

1. Create a batch for agent

Once the CSV file is ready, upload it using the /create Batch API

2. Scheduling the batch

After receiving your batch_id, you can schedule a batch using /schedule Batch API

The scheduled date and time should be in UTC ISO 8601 format.

3. Retrieving batch status

Check the status of the batch using /get_batch Batch API

4. Retrieving all batch executions

Once the batch has run, you can check all executions by the agent using /executions Batch API