Skip to main content
POST
/
v2
/
sip
/
batch
{
  "scenario_id": "scenario_abc123",
  "phone_numbers": [
    "+14155551234",
    "+14155551235",
    "+14155551236"
  ]
}
{
  "batch_id": "batch_abc123",
  "calls_queued": 3,
  "status": "pending",
  "created_at": "2024-01-15T10:30:00Z"
}
Create multiple SIP calls that are processed asynchronously. Batch calls are processed via a cron job (every 5 minutes) with concurrency controlled by your SIP trunk configuration.
scenario_id
string
required
The scenario to use for all calls
phone_numbers
array
required
Array of phone numbers in E.164 format
{
  "scenario_id": "scenario_abc123",
  "phone_numbers": [
    "+14155551234",
    "+14155551235",
    "+14155551236"
  ]
}
{
  "batch_id": "batch_abc123",
  "calls_queued": 3,
  "status": "pending",
  "created_at": "2024-01-15T10:30:00Z"
}