๐Ÿค Sync Shopify customers to Google Sheets + Squarespace compatible csv

โšก 656 views ยท ๐Ÿค CRM & Sales Operations

Description

This workflow retrieves all Shopify Customers and saves them into a Google Sheets spreadsheet using the Shopify Admin REST API. It uses pagination to ensure all customers are collected efficiently.

N8n does not have built-in actions for Customers, so I built the workflow using an HTTP Request node.

How It Works

This workflow uses the HTTP Request node to fetch paginated chunks manually.

Parameters

You can adjust these parameters in the HTTP Request node:

๐Ÿ“Œ Note: When you query paginated chunks with page_info, only the limit and fields parameters are allowed.

Credentials

Google Sheets Template

Clone this spreadsheet:

๐Ÿ“Ž Google Sheets Template

According to Squarespace documentation, your spreadsheet can have up to three columns and must be arranged in this order (no header):

  1. Email Address
  2. First Name (optional)
  3. Last Name (optional)
  4. Shopify Customer ID (this field will be ignored)

Exporting a Compatible CSV for Squarespace Contacts

This workflow also generates a CSV file that can be imported into Squarespace Contacts.

How to Import the CSV to Squarespace:

  1. Open the Lists & Segments panel and click on your mailing list.
  2. Click Add Subscribers, then select Upload a list.
  3. Click Add a CSV file and select the file to import.
  4. Toggle These subscribers accept marketing to confirm permission.
  5. Preview your list, then click Import.

Who Is This For?


Explore More Templates
๐Ÿ‘‰ Check out my other n8n templates

๐Ÿ”— Nodes Used

Google Sheets, HTTP Request, Schedule Trigger, Convert to File

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup