Update Campaign Status
newsbreak_update_campaign_statusUpdate a NewsBreak campaign's status by enabling or disabling it with the campaign ID and an ON or OFF value.
Instructions
Enable or disable a campaign.
Args:
campaignId (string, required): ID of the campaign
status (string, required): ON or OFF
Returns: Updated campaign details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | New status: ON or OFF | |
| campaignId | Yes | ID of the campaign to update |