ZuckerBot

ZuckerBotTool referenceStrategy & campaign build

Create Full Campaign

zuckerbot_create_full_campaign

Build a complete PAUSED Meta campaign from an approved Campaign Architect session. IMPORTANT: dry_run defaults to TRUE. When dry_run=true, returns the exact campaign structure that WOULD be created without calling Meta — safe, free, no side effects. Present this to the customer first. Only set dry_run=false after explicit customer approval. When dry_run=false, creates Meta objects in PAUSED state for review; Architect auto-activation is temporarily disabled. Generated videos get linked for rejection tracking automatically.

Parameters

NameTypeDescription
session_idstringrequiredCampaign Architect session ID with approved strategy and creatives
dry_runbooleanrequiredDEFAULT TRUE. Set to false ONLY after customer has approved the dry-run preview. Live mode creates real Meta objects.
meta_access_tokenstringoptionalMeta access token override (live mode only)
meta_ad_account_idstringoptionalMeta ad account ID override (live mode only)
meta_page_idstringoptionalFacebook Page ID override (live mode only)
activatestringrequiredMust remain false. Architect auto-activation is temporarily disabled; live mode creates PAUSED Meta objects only.

Example call

{
  "tool": "zuckerbot_create_full_campaign",
  "arguments": {
    "session_id": "<session_id>",
    "dry_run": true,
    "activate": "<activate>"
  }
}

You never invoke this directly — describe what you want in plain English inside Claude, Cursor, ChatGPT or any MCP client with ZuckerBot connected, and the agent selects zuckerbot_create_full_campaign and fills the arguments for you.

Related tools — Strategy & campaign build

Connect ZuckerBot to your AI agent in about two minutes: get started free, browse the full tool reference, or grab the lifetime deal.