{
  "name": "Convert Squarespace profiles to Shopify customers in Google Sheets",
  "nodes": [
    {
      "id": "17b7e952-ba9b-4067-9c98-a69ea09f7e69",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -800,
        -420
      ]
    },
    {
      "id": "7e149be3-19da-4320-8910-40ef0900628a",
      "name": "Shopify Customers",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        420,
        -220
      ]
    },
    {
      "id": "e04f9a9e-b699-4cf2-aa91-56e6bfa30faa",
      "name": "Read Squarespace profiles",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -180,
        0
      ]
    },
    {
      "id": "ffebc458-bd3c-4145-a5ef-1677815f210e",
      "name": "Append Squarespace profiles",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -200,
        -420
      ]
    },
    {
      "id": "dc5cfb81-0d9b-47fb-a97a-fa20c673283b",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        -360,
        -420
      ]
    },
    {
      "id": "b319cb05-6b8b-48cb-b7c9-4badee6bbf57",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1240,
        -580
      ],
      "parameters": {
        "width": 340,
        "height": 280,
        "content": "## Convert Squarespace profiles\nConvert exported profile from Squarespace to compatible Shopify customers data in csv format\nSample Spreadsheet template\nhttps://docs.google.com/spreadsheets/d/1ZUP7RyS"
      }
    },
    {
      "id": "8b9d6f85-af6e-43b8-a3f1-c63c7893e064",
      "name": "Extract items from webhook submission",
      "type": "n8n-nodes-base.extractFromFile",
      "position": [
        -580,
        -420
      ]
    },
    {
      "id": "ce82f958-081b-4a55-a0d1-8ffb69dee68b",
      "name": "Manual trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -580,
        0
      ]
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "Extract items from webhook submission",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Manual trigger": {
      "main": [
        [
          {
            "node": "Read Squarespace profiles",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [
          {
            "node": "Shopify Customers",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Append Squarespace profiles",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read Squarespace profiles": {
      "main": [
        [
          {
            "node": "Shopify Customers",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Append Squarespace profiles": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract items from webhook submission": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}