Skip to main content
POST
Launch batch campaign
Launches a scheduled or paused campaign immediately. Use this when you created a campaign with schedule_type: schedule and want to override and start now.

Request

No request body required.

Response

200 OK:
The campaign moves from scheduledrunning. Calls start dialling immediately.

Behaviour

  • Already running: no-op, returns current status
  • Already completed: 400 with campaign_already_completed
  • Scheduled in the future: launches immediately, ignores the scheduled time

Errors