Recover Abandoned Wix Carts With an Automated Email Nudge

When a Wix shopper leaves items behind, this waits, checks they haven't purchased, and sends a friendly Email reminder — reclaiming revenue that would otherwise vanish.

difficulty Intermediatesetup 40 minresult Shoppers who abandon a Wix cart receive one well-timed Email reminder, lifting checkout completion without any manual chasing.
  1. 1

    Step 1 — Detect the abandonment

    Add the Wix trigger for Checkout Created/Cart Abandoned. Capture the customer contact, the cart contents and the recovery URL.

  2. 2

    Step 2 — Wait a respectful hour

    Add a Wait node set to 1 hour. Long enough that you're not nagging, short enough that intent is still warm.

  3. 3

    Step 3 — Check they didn't already buy

    Add a Wix node to look up the order by email, then an If node: only continue if no completed order exists. This prevents reminding people who already paid.

  4. 4

    Step 4 — Send the Email reminder

    Add an Email Send (SMTP) node. Set the recipient, a clear subject, and build the body from a short message plus the {{ $json.recovery_url }}. Add your SMTP credentials (or use Gmail).

Frequently asked questions

Won't this annoy customers?

One reminder after a one-hour wait, and only if they haven't purchased, is standard e-commerce practice. Keep it to a single message and include an easy way to finish checkout.

Can I add a discount code?

Yes — generate or reference a code in Step 4's message. Many stores see the best recovery with a small, time-limited incentive.

About this recipe. Recipes on FlowRecipesHub are written for business owners, not developers, and are tested before publishing — how recipes get made. Some ingredient links are affiliate links that cost you nothing — full disclosure.