Skip to main content
Change a campaign’s configuration with a partial or full update. You control running state through the status field: set it to 0 to pause the campaign or 1 to resume it. There are no separate /pause or /start routes.

Path parameters

integer
required
The unique ID of the campaign to update.

Body parameters

integer
Campaign status: 0 to pause, 1 to resume.
string
New campaign name.
integer
Maximum number of actions the campaign should perform.
array
Active time windows. Each item contains day, start_time, and end_time.
array
Message sequence. Each item contains a text array and a delay value.
array
Array of executor IDs assigned to the campaign.
string
URL of the synced group or post.
array
Keywords to include when filtering the audience.
array
Keywords to exclude when filtering the audience.
array
Target country codes.
array
Keywords for comment-based filtering.

Example requests

Pause a campaign

Resume a campaign

Full update with schedule change

Example response

ReachOwl does not provide separate /pause or /resume endpoints. Update the status field directly to control campaign flow.