ZuckerBot

ZuckerBotTool referenceStrategy & campaign build

Create Campaign

zuckerbot_create_campaign

Create a new campaign draft for a business. Defaults to legacy mode, the only launch-ready path during Dealify hardening. Intelligence mode remains available for planning only and cannot be activated. This tool does not spend money or create anything on Meta; review the draft, then use zuckerbot_launch_campaign.

Parameters

NameTypeDescription
urlstringrequiredBusiness website URL
business_idstringoptionalExisting ZuckerBot business ID to anchor intelligence mode
architect_session_idstringoptionalOptional Campaign Architect session ID. When provided, the intelligence strategy is loaded from the session instead of generating fresh.
business_namestringoptionalBusiness name (auto-detected from URL if omitted)
business_typestringoptionalBusiness category (e.g., 'restaurant', 'fitness', 'roofing')
locationobjectoptionalBusiness location for geo-targeting
budget_daily_centsnumberoptionalDaily budget in cents (e.g., 2000 = $20/day)
mode"auto" | "legacy" | "intelligence"requiredCampaign planning mode. Default legacy is the only launch-ready path. auto/intelligence are planning-only while multi-tier activation is disabled.
objective"leads" | "traffic" | "conversions" | "awareness"optionalCampaign objective. 'leads' defaults to Meta Instant Form unless lead_destination is 'website', 'traffic' for website visits, 'conversions' for website actions, 'awareness' for reach. Default: traffic
lead_destination"meta_form" | "website"optionalFor objective='leads': 'meta_form' uses a Meta Instant Form (default), 'website' uses a Meta Pixel Lead event and links ads to destination_url.
destination_urlstringoptionalOptional landing-page URL override for ad links, e.g. a campaign-specific LP instead of the business homepage.
goalsobjectoptionalOptional business goals to guide planning
creative_handoffobjectoptionalOptional creative-production handoff settings

Example call

{
  "tool": "zuckerbot_create_campaign",
  "arguments": {
    "url": "<url>",
    "mode": "auto"
  }
}

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_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.