Skip to main content
POST
Pause a running campaign. In-progress calls will complete, but no new calls will be initiated.

Path Parameters

  • campaign_id (integer, required): The unique identifier of the campaign

Behavior

When you pause a campaign:
  • In-progress calls continue until completion
  • Pending contacts remain in queue
  • No new calls are initiated
  • Campaign status changes to paused

Response

Response

Example Code

cURL
Python
JavaScript

Error Responses

Resuming a Paused Campaign

To resume a paused campaign, use the Start Campaign endpoint. The campaign will continue from where it left off.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

campaign_id
integer
required

Response

Successful Response