> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev.setoo.work/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Batch Calling

> Run large outbound campaigns

For campaigns beyond a few dozen calls, use the
[Campaigns API](/docs/api-reference/campaigns/create-campaign) rather than calling
`/channels/voice/call` per contact — it handles pacing and reporting.

Campaigns call a **contact list** you build first, not inline contacts. See
[Create campaign](/docs/api-reference/campaigns/create-campaign) for the full
create-list → add-contacts → create-campaign → start flow.

Monitor progress with
[Get campaign](/docs/api-reference/campaigns/get-campaign).
