{
  "name": "Generate personalized cold email icebreakers from sites with GPT-4 & G-Sheets",
  "nodes": [
    {
      "id": "29e0adaa-63f0-4c3e-9f0f-f2b0ed627c9f",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -304,
        64
      ]
    },
    {
      "id": "e594e245-8166-42a2-ac36-4ab8a142f24a",
      "name": "HTML",
      "type": "n8n-nodes-base.html",
      "position": [
        480,
        -80
      ]
    },
    {
      "id": "ef72e925-a84f-4069-a2d6-96ff01cc3bb8",
      "name": "Split Out",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        112,
        336
      ]
    },
    {
      "id": "87ba5626-9f37-44a2-bbd0-ea5fbd802ad0",
      "name": "Request web page for URL",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        784,
        -32
      ]
    },
    {
      "id": "7558da57-950a-4612-bea2-3669d6a4f6ad",
      "name": "Markdown",
      "type": "n8n-nodes-base.markdown",
      "position": [
        944,
        -32
      ]
    },
    {
      "id": "ebb5b419-7279-4a0c-bc85-4f6555e6d0e0",
      "name": "Summarize Website Page",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        1232,
        -160
      ]
    },
    {
      "id": "8aba364b-58a7-4f96-8361-0cbb05cf6b65",
      "name": "Limit",
      "type": "n8n-nodes-base.limit",
      "position": [
        416,
        336
      ]
    },
    {
      "id": "6afb479b-b40d-4d9c-999d-dfb3f99b540f",
      "name": "Scrape Home",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        64,
        64
      ]
    },
    {
      "id": "169e1261-8eeb-4e3c-bfe6-246d55374559",
      "name": "Aggregate",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        1552,
        -160
      ]
    },
    {
      "id": "aae4a930-5349-4019-a231-5fa3b41b2969",
      "name": "Generate Multiline Icebreaker",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        1232,
        64
      ]
    },
    {
      "id": "f8a7c57a-bdc7-4ad7-9147-bac53ae5deec",
      "name": "Get Search URL",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -96,
        64
      ]
    },
    {
      "id": "3cd8a65f-c415-4e9f-89df-e0c6aa256e86",
      "name": "Edit Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        -64,
        336
      ]
    },
    {
      "id": "dc0acad3-6f5f-4a7e-9c2a-8cfb51dd3968",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        288,
        336
      ]
    },
    {
      "id": "b6b2bfc9-0e5c-4495-9145-dc329bd00e88",
      "name": "Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1552,
        64
      ]
    },
    {
      "id": "4d6b8c53-4800-4e55-9a33-e353e4442c36",
      "name": "Google Sheets1",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        288,
        64
      ]
    },
    {
      "id": "6e97138a-79df-40d2-bb7a-6e1aba55ef56",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        480,
        144
      ]
    },
    {
      "id": "91e0c802-23a7-4ea7-9acf-d90b5cb39303",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -144,
        -448
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "c2c3a848-0581-4a8a-9a5b-1c024d2a5284",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        704,
        -224
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "391c5fdb-6681-4c31-a28c-12152e88e026",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1184,
        -544
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "Google Sheets1",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code": {
      "main": [
        [
          {
            "node": "Limit",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTML": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Limit": {
      "main": [
        [
          {
            "node": "Request web page for URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Markdown": {
      "main": [
        [
          {
            "node": "Summarize Website Page",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Aggregate": {
      "main": [
        [
          {
            "node": "Generate Multiline Icebreaker",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields": {
      "main": [
        [
          {
            "node": "Split Out",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Scrape Home": {
      "main": [
        [
          {
            "node": "HTML",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Google Sheets1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets": {
      "main": [
        [
          {
            "node": "Get Search URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Search URL": {
      "main": [
        [
          {
            "node": "Scrape Home",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets1": {
      "main": [
        [
          {
            "node": "Get Search URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Summarize Website Page": {
      "main": [
        [
          {
            "node": "Aggregate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Request web page for URL": {
      "main": [
        [
          {
            "node": "Markdown",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate Multiline Icebreaker": {
      "main": [
        [
          {
            "node": "Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Get Search URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}