This workflow converts an exported CSV from Squarespace profiles into a Shopify-compatible format for customer import.
Clone this Google Sheets template, which includes two sheets:
The workflow can run on-demand or be triggered via webhook.
Set up webhook node to expect a POST request
Trigger the webhook using this code (psuedo) - replace {webhook-url} with the actual URL
const formData = new FormData(); formData.append('file', blob, 'profiles_export.csv'); // Add file to FormData
fetch('{webhook-url}', { // Replace with your target URL method: 'POST', mode: 'no-cors', body: formData });
The data is processed into the Shopify Customers sheet.
Once workflow is done, export the Shopify to csv and import to Shopify customers
To use this template, you need:
Use this sample Google Sheets template to get started quickly.
For anyone looking to automate Squarespace contact exports into a Shopify-compatible format—no more manual conversion!
Explore More Templates
Check out my other n8n templates:
👉 n8n.io/creators/bangank36