Skip to main content
POST
Resume a campaign
Returns the campaign to running and re-enqueues pending contacts straight away. Allowed only from paused.
Authentication required
  • X-Auth-ID — your Vobiz account ID
  • X-Auth-Token — your Vobiz auth token
string
required
Your Vobiz account ID. Use the same value in X-Auth-ID.
string
required
Your Vobiz account ID, for example MA_XXXXXXXX.
string
required
The campaign to resume. It must be paused.

Example

cURL
Sends the campaign.resumed webhook when notify_url is configured.
Some pause reasons clear on their own. A window_closed pause resumes at the next open window, and caller_pool_daily_limit_reached resumes at midnight in the campaign timezone. Reasons such as manual_pause, caller_pool_exhausted, and balance_insufficient need this endpoint after you fix the underlying cause.

Lifecycle

Invalid transitions return 409 Conflict. Control endpoints take no request body.