{
  "name": "Generate personalized icebreakers",
  "nodes": [
    {
      "id": "31d817cd-d810-4fa1-9b27-b893b482462d",
      "name": "Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        180,
        0
      ]
    },
    {
      "id": "3047835b-39f6-4124-b511-9e5d26335a56",
      "name": "Google Sheets1",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1700,
        60
      ]
    },
    {
      "id": "6b46b00a-2a90-4079-9777-e07e8590ea4d",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        780,
        60
      ]
    },
    {
      "id": "429c9859-f108-4f9c-901d-bc27e54e9cda",
      "name": "Markdown",
      "type": "n8n-nodes-base.markdown",
      "position": [
        940,
        60
      ]
    },
    {
      "id": "b515488f-aa5d-4bfa-9b74-a0ea0ab50cce",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        580,
        0
      ]
    },
    {
      "id": "b9205910-0456-46f3-9636-470affa10571",
      "name": "Wait",
      "type": "n8n-nodes-base.wait",
      "position": [
        1900,
        60
      ]
    },
    {
      "id": "598378f7-1c34-4d12-9cf2-c963ae247d71",
      "name": "Website Copy",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        1080,
        60
      ]
    },
    {
      "id": "cfa2bff4-4e4e-4c4a-8711-a9838cfc547a",
      "name": "Limit",
      "type": "n8n-nodes-base.limit",
      "position": [
        380,
        0
      ]
    },
    {
      "id": "a8820e58-898e-4e9c-a71c-1783b3022938",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -20,
        0
      ]
    },
    {
      "id": "873ea6f7-6d5b-4fb0-bc30-28ce3aad5a64",
      "name": "Personalization",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        1400,
        60
      ]
    },
    {
      "id": "cb4d1d53-cfb8-4edf-8d55-bad99a61034f",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        -60
      ],
      "parameters": {
        "width": 600,
        "height": 260,
        "content": "## Search Lead Database\n"
      }
    },
    {
      "id": "6befc404-f2d2-47f9-8a61-315bd551242d",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        740,
        -20
      ],
      "parameters": {
        "width": 620,
        "height": 240,
        "content": "## Scrape website\n"
      }
    },
    {
      "id": "82f71075-9904-49b5-94bb-900d1d5b5326",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1380,
        -20
      ],
      "parameters": {
        "width": 640,
        "height": 240,
        "content": "## Create Personalized Icebreaker & add to row\n"
      }
    },
    {
      "id": "3a7e20c1-35c2-460e-a294-29fba5181050",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -780,
        -420
      ],
      "parameters": {
        "width": 660,
        "height": 1080,
        "content": "# Generate personalized icebreakers from website data in Google Sheets\n## Overview\n\nCreate hyper-personalized cold outreach messages at scale by combining Google Sheets, web scraping, and AI.\nThis wor"
      }
    },
    {
      "id": "437389e4-d043-461d-bf27-a0a60cfcaf46",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        280
      ],
      "parameters": {
        "width": 540,
        "height": 200,
        "content": "## Hey, I'm Abdul 👋\n### I build growth-focused systems. If you want to work together or need help automating your business, check out my website: **https://www.builtbyabdul.com/**\n### Or email me at *"
      }
    }
  ],
  "connections": {
    "Wait": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Limit": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Markdown": {
      "main": [
        [
          {
            "node": "Website Copy",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "Markdown",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Website Copy": {
      "main": [
        [
          {
            "node": "Personalization",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets": {
      "main": [
        [
          {
            "node": "Limit",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets1": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [],
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Personalization": {
      "main": [
        [
          {
            "node": "Google Sheets1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}