Shopify Abandoned Checkout Email Sequence (n8n Template)

The exact workflow from our guide, ready to import. A daily run pulls abandoned checkouts, decides which recovery stage each is in by age, skips anyone already emailed, sends the nudge through Gmail, and logs it.

  • Eight nodes with a Sheets-based sent log
  • Three-stage sequence, no double emails
  • Works on n8n Cloud and self-hosted

Shopify Returns Automation (n8n Template)

The exact workflow from our guide, ready to import. A hosted return form looks up the order, creates an RMA number, tags the order, logs the request to Sheets, and emails the customer.

  • Eight nodes with matched and unmatched branches
  • Turns a messy returns inbox into a tracked queue
  • Works on n8n Cloud and self-hosted

Shopify Order Status Lookup (n8n Template)

The exact workflow from our guide, ready to import. A lookup form posts an order number and email; n8n finds the order, emails the live status and tracking link, and pings you on Telegram.

  • Seven nodes with found and not-found branches
  • Cuts where-is-my-order support tickets
  • Works on n8n Cloud and self-hosted

Sync Shopify Customers to HubSpot (n8n Template)

The exact workflow from our guide, ready to import. New and updated Shopify customers with an email are mapped to HubSpot properties and upserted as contacts, no duplicates.

  • Five nodes, two triggers, upsert by email
  • Keeps HubSpot in sync automatically
  • Works on n8n Cloud and self-hosted

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