ZuckerBot

ZuckerBotTool referenceConversion tracking (CAPI)

Set CAPI Config

zuckerbot_set_capi_config

Update the Conversions API configuration for a business. Set stage-to-event mappings (e.g., 'lead' → Meta Lead event), enable/disable delivery, change the CRM source, currency, optimisation target, or action source. Changes take effect immediately for new CAPI events. Use zuckerbot_capi_test to verify the updated config works.

Parameters

NameTypeDescription
business_idstringoptionalOptional business ID override for the authenticated API key
is_enabledbooleanoptionalEnable or disable CAPI delivery for the business
currencystringoptionalBusiness currency used for CAPI event values, such as USD or AUD
crm_sourcestringoptionalCRM source label, such as hubspot
optimise_for"lead" | "sql" | "customer"optionalDownstream optimisation target for autonomous evaluation
action_source"website" | "app" | "email" | "phone_call" | "chat" | "physical_store" | "system_generated" | "business_messaging" | "other"optionalMeta Conversions API action_source. Defaults to website for CRM events
rotate_webhook_secretbooleanoptionalRotate the webhook secret on update. The new secret is returned exactly once in the response; prefer zuckerbot_rotate_webhook_secret for a dedicated rotation
event_mappingobjectoptionalCRM stage mapping object keyed by source stage. Stage keys are normalised (lower-cased, non-alphanumerics stripped: signup_completed → signupcompleted); inbound webhook source_stage values are normalised identically before matching, and any renamed keys are reported back as normalised_keys in the response

Example call

{
  "tool": "zuckerbot_set_capi_config",
  "arguments": {}
}

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_set_capi_config and fills the arguments for you.

Related tools — Conversion tracking (CAPI)

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