How-To March 10, 2026 6 min read

5 Workflow Automations Every E-commerce Store Needs

The five essential automations that every Shopify or WooCommerce store should have running - from order notifications to review collection.

Share

The E-commerce Automation Gap

Most e-commerce stores automate payment processing and shipping label generation. Then they stop. Everything else - customer communication, inventory alerts, review collection, return handling - stays manual.

That’s leaving money on the table.

Here are the five automations we build for every e-commerce client, in order of impact.

1. Order Lifecycle Notifications (WhatsApp)

Email open rates for transactional messages hover around 40-60%. WhatsApp open rates? Over 95%.

The Flow

Order Confirmed → WhatsApp message with order summary, expected delivery date, and a “thank you” note. This replaces the generic email confirmation that most customers ignore.

Shipped → WhatsApp message with carrier name, tracking number, and a direct link to track the package. Include the estimated delivery date.

Out for Delivery → “Your order is arriving today!” with delivery time window.

Delivered → Confirmation message. This triggers the next automation (review collection).

How to Build It

Your e-commerce platform (Shopify, WooCommerce) fires webhooks on order status changes. n8n receives these webhooks, formats the data, and sends the appropriate WhatsApp template via WATI or ManyChat.

Each message is a pre-approved WhatsApp template with variables for order number, product names, tracking links, and delivery dates.

Impact

  • Customer support tickets about “where’s my order?” drop by 60-70%
  • Customer satisfaction increases because they feel informed without having to check email
  • Returns decrease because delivery expectations are set clearly

2. Abandoned Cart Recovery

Cart abandonment rates average 70% across e-commerce. Even recovering 5-10% of abandoned carts has a significant revenue impact.

The Sequence

30 minutes after abandonment: WhatsApp message - “You left something in your cart! Here’s what’s waiting for you: [product names]. Complete your order: [link]”

24 hours: Second message - “Still thinking about [product name]? Here’s 10% off to help you decide: [discount code + link]”

72 hours (email): Final attempt via email with a different angle - social proof, limited stock, or free shipping offer.

Why WhatsApp First

WhatsApp messages get opened. Most customers see the first recovery message within minutes. By the time the email arrives 72 hours later, you’ve already recovered the high-intent abandoners via WhatsApp.

How to Build It

Shopify/WooCommerce tracks abandoned carts natively. Trigger a webhook to n8n when a cart is abandoned. n8n waits 30 minutes (using a delay node or scheduled trigger), checks if the order was completed in the meantime, and sends the first WhatsApp message if not. A second check at 24 hours triggers the discount offer.

Impact

  • Typical recovery rate: 8-15% of abandoned carts
  • ROI is immediate - even one recovered order per day pays for the automation

3. Review Collection

Reviews drive purchasing decisions. But customers don’t leave reviews unless you ask - and asking at the right time matters.

The Timing

Send the review request 3 days after delivery (confirmed via tracking status, not estimated date). This gives the customer time to use the product but is soon enough that the experience is fresh.

The Flow

Day 3 post-delivery: WhatsApp message - “How’s your [product name]? We’d love your feedback! Leave a quick review: [link]”

Day 7 (if no review): Follow-up - “Your opinion matters! Share your experience with [product name] and help other shoppers: [link]”

If positive review received: Automated thank-you message + loyalty discount code for next purchase.

How to Build It

n8n monitors delivery confirmations. Three days after delivery, it checks if the customer has already left a review (via your review platform’s API - Judge.me, Stamped, Yotpo). If not, it sends the WhatsApp request. A second check at day 7 triggers the follow-up.

Impact

  • Review volume typically increases 3-5x
  • Higher review counts improve conversion rates on product pages
  • Positive reviewers become repeat customers when incentivized

4. Inventory Alert System

Running out of stock on a bestseller costs revenue. Overstocking ties up capital. Automated inventory alerts solve both problems.

What to Monitor

Low stock alert: When a product’s inventory drops below a threshold (e.g., 10 units), notify the team in Slack and email the supplier.

Out of stock alert: Immediate notification when a product hits zero. If the product page is still active, automatically update the listing to “Sold Out - Back Soon” or hide it.

Restock alert: When inventory is replenished, notify customers who subscribed to back-in-stock notifications via WhatsApp or email.

How to Build It

n8n polls your Shopify/WooCommerce inventory levels every hour (or receives webhooks on inventory changes). Conditional logic checks against your defined thresholds. Low stock → Slack alert + supplier email. Out of stock → update product status + notify team. Restocked → trigger back-in-stock notification sequence.

Impact

  • Zero missed sales due to unnoticed stockouts
  • Supplier communication is automatic, not dependent on someone checking inventory
  • Back-in-stock notifications recover demand that would otherwise be lost

5. Return and Refund Workflow

Returns are inevitable. The customer experience during a return determines whether they buy from you again.

The Flow

Return requested: Customer clicks a return link (or messages on WhatsApp). n8n creates a return record, sends confirmation with return instructions and shipping label.

Return shipped: Customer provides tracking number. n8n monitors the shipment and sends status updates.

Return received: Warehouse confirms receipt. n8n triggers the refund in your payment gateway (Stripe/Razorpay) and sends confirmation to the customer.

Refund processed: Final WhatsApp message confirming the refund amount and timeline. Optionally include a store credit offer: “We’re sorry it didn’t work out. Here’s a 15% credit for your next order.”

How to Build It

The return flow starts with a webhook (from your return portal or a WhatsApp reply). n8n orchestrates the entire process: create records in your system, generate return labels via shipping API, process refunds via payment gateway API, and send status updates via WhatsApp at each step.

Impact

  • Customer support doesn’t manually process each return
  • Refund processing time drops from days to hours
  • Customers feel taken care of, increasing the chance of repeat purchases

Implementation Priority

If you’re starting from zero automation, build them in this order:

  1. Order lifecycle notifications - immediate impact, customers notice right away
  2. Abandoned cart recovery - direct revenue recovery
  3. Review collection - compounds over time, improves conversion
  4. Inventory alerts - prevents revenue loss from stockouts
  5. Return workflow - improves customer experience and operational efficiency

Each automation is independent - you don’t need all five to start seeing results. Build one, measure the impact, then add the next.

Ready to Automate Your Store?

We build these automations for Shopify and WooCommerce stores using n8n, WATI, and your existing tools. Book a free discovery call and we’ll assess which automations would have the biggest impact on your store.