CartFlows
Overview
AFI captures order events from the CartFlows funnel-builder for WooCommerce and forwards them to any receiver. Push every funnel order to your CRM, tag the customer with the specific flow they came through, or write to a sheet for revenue tracking.
Available triggers
AFI listens for the following events from CartFlows. Each event runs as its own integration — you can have several integrations on the same plugin firing on different events.
- Order created
Mappable fields
Every CartFlows order exposes the customer billing fields (name, email, phone, address), the WooCommerce order ID and total, the specific flow and step the order came from, and any custom checkout fields. The flow name is especially useful for downstream tagging — every customer is automatically labelled with the funnel they completed.
Requirements
- WooCommerce installed and activated.
- CartFlows (free or Pro) installed and activated, with at least one published flow.
Quick start
- In WordPress admin, go to AFI > New Integration.
- Trigger > Sender: pick CartFlows.
- Event / Form: pick the specific event you want this integration to listen on (e.g. Order created).
- Pick a Receiver (e.g. Mailchimp, HubSpot, Google Sheets, Slack) and the desired task.
- Map CartFlows fields onto the receiver’s fields. Use special tags (
{{_date}},{{_user_ip}}, etc.) for values not present in the form. - Optional: add Conditional Logic to control when the receiver is called.
- Save and run a test event to confirm the integration. Check AFI > Log if anything looks off.
Notes & caveats
- Single trigger covers all flows — use Conditional Logic on the
flow_namefield to route different funnels to different receivers, or different receiver actions. - Upsell orders fire the event for each WooCommerce order they create; one customer who accepts an upsell will trigger twice.
- Optin-only flows (no purchase) — if your flow ends before checkout, the order event won’t fire; use the WooCommerce sender’s account created event instead, or capture the optin step’s form fields directly.