wafle_ads_campaign_pause
Pause a Meta Ads campaign by ID. Uses the tenant's connected Meta access token, so no credentials needed. Idempotent—returns success even if already paused.
Instructions
Pause a Meta Ads campaign by id. Idempotent — pausing an already-paused campaign returns ok=true. Uses the tenant's connected Meta access token; the LLM does not need to pass credentials.
Use when ROAS is below threshold or as the apply step of a pause-recommendation. For multi-campaign pauses, prefer wafle_ads_bulk_pause to avoid round-trip cost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Wafle store slug, e.g. 'gamerland' or 'lensitive'. | |
| campaign_id | Yes | Meta Marketing API campaign id (e.g. '23859000123456789'). |