Pause Campaign
Pause an active campaign.
POST
/campaigns/{campaign_id}/pausePause a running campaign. In-progress calls will complete, but no new contacts will be reached.
Path Parameters
Campaign ID
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
campaign_id | string | Yes | Campaign ID (must be in running status) |
Response 200
{
"id": "camp_a1b2c3d4",
"status": "paused",
"completed": 45,
"pending": 102,
"message": "Campaign paused"
}Note: Calls currently in progress will complete normally. Only new outreach is paused. Use Resume to continue.
Errors
| Code | Description |
|---|---|
401 | Missing or invalid authentication |
404 | Campaign not found |
409 | Campaign is not in running status |