Shopify RFM Customer Segmentation (n8n Template)

The exact workflow from our guide, ready to import. Weekly, n8n pulls paid orders, computes Recency, Frequency and Monetary quintiles per customer, labels each segment, upserts a Google Sheet, and emails a summary.

  • Seven nodes with quintile scoring
  • Champions, Loyal, At risk and more
  • Works on n8n Cloud and self-hosted

Shopify Birthday Discount Code Email (n8n Template)

The exact workflow from our guide, ready to import. Each morning n8n reads your birthday list, finds today’s birthdays, mints a unique discount code via the Shopify GraphQL API, and emails it.

  • Five nodes, GraphQL discount creation
  • Unique, time-limited code per customer
  • Works on n8n Cloud and self-hosted

Shopify AI Product Recommendation Email (n8n Template)

The exact workflow from our guide, ready to import. After a purchase n8n pulls your catalog, asks Gemini to pick three products that pair with the order, and emails personalized recommendations.

  • Six nodes using Google Gemini (free tier)
  • Strict JSON output, HTML email with links
  • Works on n8n Cloud and self-hosted

Shopify Bulk Product Upload From CSV (n8n Template)

The exact workflow from our guide, ready to import. Read product rows from a Google Sheet, loop them in batches, build each payload, and create the products in Shopify with a short pause to respect rate limits.

  • Seven nodes with a batching loop
  • Turn a spreadsheet into a live catalog
  • Works on n8n Cloud and self-hosted

Sync Inventory Between Two Shopify Stores (n8n Template)

The exact workflow from our guide, ready to import. When stock changes in store A, n8n reads the SKU, finds the matching variant in store B, and sets its inventory level to match.

  • Six nodes, webhook-driven, matched on SKU
  • Keeps two storefronts in lockstep
  • Works on n8n Cloud and self-hosted

Shopify Review Request Automation (n8n Template)

The exact workflow from our guide, ready to import. When an order is fulfilled n8n waits several days, has AI draft a warm review request, emails the customer, and logs the send.

  • Six nodes with a built-in Wait step
  • AI-written, personal review asks
  • Works on n8n Cloud and self-hosted

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