Shopify Failed Payment Recovery Email (n8n Template)

The exact workflow from our guide, ready to import. Every hour n8n pulls pending orders, emails a payment nudge to customers who have not been contacted, and tags the order so it is skipped next time.

  • Six nodes with an hourly schedule
  • Tag-based dedup so no one is emailed twice
  • Works on n8n Cloud and self-hosted

Shopify Abandoned Cart Recovery Tracker (n8n Template)

The exact workflow from our guide, ready to import. One flow logs every real abandoned checkout to a Google Sheet; a second flow marks it Recovered when the customer completes the order.

  • Two flows, seven nodes, matched on Checkout ID
  • Live recovery tracker in Google Sheets
  • Works on n8n Cloud and self-hosted

Shopify Supplier Low-Stock Purchase Order (n8n Template)

The exact workflow from our guide, ready to import. A daily check reads your catalog, finds variants at or below each supplier’s reorder threshold, and emails a purchase order straight to that supplier.

  • Five nodes: Schedule to HTTP to Code to Filter to Gmail
  • Per-SKU supplier map and reorder quantities
  • Works on n8n Cloud and self-hosted

Shopify Store Backup (n8n Template)

The exact workflow from our guide, ready to import. Every night n8n reads your full catalog, orders, and customers, builds a timestamped JSON snapshot, uploads it to Google Drive, logs the run to Sheets, and emails a summary.

  • Nine nodes with a nightly schedule
  • Full JSON snapshot to Google Drive
  • Works on n8n Cloud and self-hosted

Shopify Post-Purchase Follow-Up Email (n8n Template)

The exact workflow from our guide, ready to import. A daily run finds orders shipped exactly N days ago, has AI write one warm personal line about the product, and sends a follow-up email through Gmail.

  • Six nodes: Schedule to Shopify to Code to AI to Set to Gmail
  • Personalized, one email per customer
  • Works on n8n Cloud and self-hosted

Shopify Sales Tax Report (n8n Template)

The exact workflow from our guide, ready to import. On the 1st of each month n8n pulls last month’s orders, sums tax by jurisdiction and sales by currency, logs a row to Google Sheets, and emails the summary.

  • Six nodes: Schedule to Code to HTTP to Code to Sheets to Gmail
  • Tax by jurisdiction, sales by currency
  • Works on n8n Cloud and self-hosted

Shopify Weekly Best Sellers Report (n8n Template)

The exact workflow from our guide, ready to import. Once a week n8n pulls the past week’s orders, ranks your top products by units and revenue, logs them to a Google Sheet, and emails you a formatted report.

  • Six nodes: Schedule to Shopify to Code to Sheets to Limit to Gmail
  • Top 10 products with units and revenue
  • Works on n8n Cloud and self-hosted

Shopify Repeat Customer Reward Email (n8n Template)

The exact workflow from our guide, ready to import. When a returning customer orders again, n8n mints a unique discount code and emails it to them automatically.

  • Five nodes: Shopify Trigger to Edit Fields to IF to Create Discount to Gmail
  • Rewards only repeat buyers
  • Works on n8n Cloud and self-hosted

Shopify New Orders to Google Sheets (n8n Template)

The exact workflow from our guide, ready to import. Each new Shopify order is flattened into tidy columns and appended as one row to your Google Sheet order log.

  • Three nodes: Shopify Trigger to Edit Fields to Google Sheets
  • Clean, filterable order log
  • Works on n8n Cloud and self-hosted

Shopify Refund Tracker in Google Sheets (n8n Template)

The exact workflow from our guide, ready to import. Every Shopify refund is flattened into clean fields, logged to a Google Sheet, and high-value refunds ping your team on Slack.

  • Five nodes: Shopify Trigger to Code to Sheets to IF to Slack
  • Tracks amount, reason, order, and customer
  • Works on n8n Cloud and self-hosted