| name | sales-wpfunnels |
| description | WPFunnels (getwpfunnels.com) platform help — WordPress sales-funnel builder plugin for WooCommerce: visual funnel canvas, order bumps, one-click upsells/downsells, A/B testing, abandoned-cart recovery, conditional steps, lead capture, and analytics, plus bundled Mail Mint email automation. Self-hosted WordPress only — no hosted REST API; the developer surface is per-funnel outbound webhooks (All-Fields or Select-Fields body; no documented event names, payload schema, or HMAC), Mail Mint event triggers, WooCommerce order hooks/REST, and WordPress hooks; page builders Elementor/Gutenberg/Divi/Bricks/Oxygen. Use when sending funnel data to an endpoint or Zapier via webhook, wiring post-purchase upsells/order bumps, recovering abandoned carts, triggering Mail Mint flows, reading funnel orders via WooCommerce, or choosing Free vs Pro. Do NOT use for funnel/CRO strategy across tools (use /sales-funnel), generic iPaaS wiring (use /sales-integration), or checkout-conversion strategy (use /sales-checkout). |
| argument-hint | [describe what you need help with in WPFunnels] |
| license | MIT |
| version | 1.0.0 |
| tags | ["sales","funnel","wordpress","platform"] |
WPFunnels 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) Send funnel data (leads/orders) to your own endpoint or Zapier via webhook
- B) Build post-purchase one-click upsells/downsells and order bumps (WooCommerce)
- C) Recover abandoned carts / trigger Mail Mint email flows on funnel events
- D) Read funnel revenue/orders programmatically (via WooCommerce)
- E) A/B test funnel steps, add conditional/personalized journeys
- F) Decide Free vs Pro, or which page builder to design steps in
-
Code or no-code? Your own endpoint → per-funnel webhooks. No endpoint → Zapier (via webhook), Mail Mint (bundled email), or WooCommerce hooks for 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 WPFunnels to a CRM/ESP generically (iPaaS) | /sales-integration {question} |
| Email sequences / nurture beyond Mail Mint basics | /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 — WPFunnels platform reference
Read references/platform-guide.md for the full reference — the funnel/step model (what's webhook vs WooCommerce vs UI-only), Free-vs-Pro gating and best-effort pricing, the lead/order data model, and quick-start recipes (receive a funnel webhook; read orders via WooCommerce; trigger a Mail Mint flow).
Read references/wpfunnels-api-reference.md for the integration surface — WPFunnels is WordPress-only (no REST API): per-funnel webhooks (funnel canvas → three-dot → Webhook → Add Webhook; fields Name/Request URL/Method/Format/Event; body or ; ), event triggers, order hooks/REST for the underlying orders, and .