Pause or Resume Campaigns
campaign_pause_resumePause or resume up to 50 campaigns in one call. Use to halt or restart campaigns during incidents or for weekend shutoffs.
Instructions
Batch-change the status of up to 50 campaigns in one call. action="pause" sets status to "paused"; action="resume" sets status to "active". Missing campaign_ids are reported in the errors array but do not fail the whole batch. Returns {action, updated, failed, campaigns[], errors?}. Use this for emergency pause during an incident or weekend shutoff.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaign_ids | Yes | Campaign IDs to toggle | |
| action | Yes | Action to perform |