| name | sales-funnelkit |
| description | FunnelKit (funnelkit.com, formerly WooFunnels/Autonami) platform help — WordPress/WooCommerce sales-funnel builder + built-in CRM/marketing-automation suite: checkout, order bumps, one-click upsells/downsells, A/B testing, sliding cart, plus FunnelKit Automations (email/SMS, contact segments, broadcasts, cart-abandonment recovery). Developer surface: FunnelKit Automations REST API (`/wp-json/funnelkit-automations/`, api_key query param) with Tags/Lists/Fields/Contacts CRUD + incoming/outgoing webhooks, and WooCommerce order hooks/REST for funnel revenue. Use when adding or segmenting contacts via the API, wiring incoming/outgoing webhooks, building one-click upsells or order bumps, recovering abandoned carts, reading funnel revenue via WooCommerce, or choosing Funnel Builder vs Automations vs the bundles. Do NOT use for funnel/CRO strategy across tools (use /sales-funnel), checkout-conversion strategy (use /sales-checkout), or generic iPaaS wiring (use /sales-integration). |
| argument-hint | [describe what you need help with in FunnelKit] |
| license | MIT |
| version | 1.0.0 |
| tags | ["sales","funnel","wordpress","platform"] |
| github | https://github.com/funnelkit |
FunnelKit Platform Help
Step 1 — Gather context
If references/learnings.md exists, read it first for accumulated platform knowledge.
-
What are you trying to do?
- A) Add/update/segment contacts (tags, lists, fields, status) via the Automations REST API
- B) Wire incoming/outgoing webhooks (receive external events → automation; or send data out)
- C) Build the funnel — checkout, order bumps, one-click upsells/downsells, A/B testing, sliding cart
- D) Recover abandoned carts / run email-SMS automations (FunnelKit Automations)
- E) Read funnel revenue/orders programmatically (via WooCommerce)
- F) Decide Funnel Builder vs Automations vs a bundle, or Free vs Pro
-
Which side? Contacts/email/SMS/automation → FunnelKit Automations (REST API + webhooks). Checkout/upsells → Funnel Builder (WooCommerce orders).
Skip-ahead rule: if the user's prompt already provides enough context, skip to Step 2.
Step 2 — Route or answer directly
| If the question is about... | Route to... |
|---|
| Funnel / CRO strategy across tools (which builder, funnel design) | /sales-funnel {question} |
| Checkout/cart conversion strategy across platforms | /sales-checkout {question} |
| Connecting FunnelKit to a CRM/ESP generically (iPaaS) | /sales-integration {question} |
| Email/SMS sequence strategy beyond FunnelKit Automations | /sales-email-marketing {question} |
When routing, give the exact command, e.g. "This is a strategy question — run: /sales-funnel design a post-purchase upsell flow".
Step 3 — FunnelKit platform reference
Read references/platform-guide.md for the full reference — the two-product model (Funnel Builder vs Automations), what's REST-API vs WooCommerce vs UI-only, best-effort pricing/bundles, the contact data model, and quick-start recipes (add+segment a contact; receive an incoming webhook; read orders via WooCommerce).
Read references/funnelkit-api-reference.md for the integration surface — FunnelKit Automations REST API (base , auth from Settings → REST API; Tags/Lists/Fields/Contacts CRUD, offset pagination, responses), , and order hooks/REST for funnel revenue.