Skip to main content
POST
Resume Campaign

Overview

Resumes a paused campaign. If the campaign was created with preventAutoStart: true, resuming will also clear this flag so future lead uploads auto-activate the campaign normally.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

ID of the campaign to resume

Response

Campaign resumed successfully

id
string
Example:

"campaign_12345abcde"

message
string
Example:

"Campaign resumed successfully"

Last modified on February 25, 2026