stop_campaign
Stop a running campaign: sets status to 'stopped' and cancels its pending scheduled actions (a DB trigger marks them skipped). To only pause temporarily, use update_campaign_settings with status='paused'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaign_id | Yes | UUID of the campaign to stop |