Advertising · update_ad_campaign
Update ad campaign
Launch, pause, stop or re-budget a campaign.
- Price
- included
- Requirements
- OpenAI Ads or Meta Ads or Google Ads
- set it up in Settings → Integrations
- Human approval
- Yes, by default
- outside-facing write: a human validates
Input
| Field | Type | Description |
|---|---|---|
| campaignId | string | |
| name | string | Nom de la campagne si campaignId inconnu (recherche partielle). |
| updates * | object |
Call this tool
Through the HTTP API, or from the MCP server with the run meta-tool.
curl https://api.ezyagents.fr/gateway/v1/run \
-H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
-d '{"tool":"update_ad_campaign","input":{"campaignId":"…","name":"…","updates":"…"}}'$
run({ "tool": "update_ad_campaign", "input": {"campaignId":"…","name":"…","updates":"…"} })