Recover Abandoned Wix Carts With an Automated SMS Nudge
When a Wix shopper leaves items behind, this waits, checks they haven't purchased, and sends a friendly SMS reminder — reclaiming revenue that would otherwise vanish.
- 1
Step 1 — Detect the abandonment
Add the
Wixtrigger forCheckout Created/Cart Abandoned. Capture the customer contact, the cart contents and the recovery URL. - 2
Step 2 — Wait a respectful hour
Add a
Waitnode set to 1 hour. Long enough that you're not nagging, short enough that intent is still warm. - 3
Step 3 — Check they didn't already buy
Add a
Wixnode to look up the order by email, then anIfnode: only continue if no completed order exists. This prevents reminding people who already paid. - 4
Step 4 — Send the SMS reminder
Add a
Twilionode. SetOperationtoSend SMS, enter the destination number, and build the text from a short message plus the{{ $json.recovery_url }}. Add your Twilio SID + auth token.
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.