create-batch

Installation
SKILL.md

Create Bolna Batch Campaigns

Endpoints

  • Create batch: POST https://api.bolna.ai/batches
  • Schedule batch: POST https://api.bolna.ai/batches/{batch_id}/schedule
  • Stop batch: POST https://api.bolna.ai/batches/{batch_id}/stop
  • Get batch: GET https://api.bolna.ai/batches/{batch_id}
  • List batches for agent: GET https://api.bolna.ai/batches/{agent_id}/all
  • List batch executions: GET https://api.bolna.ai/batches/{batch_id}/executions
  • Delete batch: DELETE https://api.bolna.ai/batches/{batch_id}

CSV format

The CSV must include recipient phone numbers and any variables referenced by the agent prompt.

Installs
53
Repository
bolna-ai/skills
GitHub Stars
3
First Seen
May 20, 2026
create-batch — bolna-ai/skills