Lifecycle controls
Resume a campaign
Return a paused campaign to running and immediately re-enqueue its pending contacts.
POST
Resume a campaign
running and re-enqueues pending contacts straight away. Allowed only from paused.
Authentication required
X-Auth-ID— your Vobiz account IDX-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
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
409 Conflict. Control endpoints take no request body.