{
  "name": "AI icebreaker builder: scrape sites with Dumpling AI and save to Airtable",
  "nodes": [
    {
      "id": "40c158ab-6e9c-4296-873c-c879714b65a6",
      "name": "No Operation, do nothing",
      "type": "n8n-nodes-base.noOp",
      "position": [
        100,
        -140
      ]
    },
    {
      "id": "d63720a5-9785-45d1-a8ba-a9c961031095",
      "name": "Run Daily to Process New Leads",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -560,
        60
      ]
    },
    {
      "id": "e5804c37-2a8d-4574-852a-f885c6941e31",
      "name": "Search Cold Leads Without Icebreaker",
      "type": "n8n-nodes-base.airtable",
      "position": [
        -340,
        60
      ]
    },
    {
      "id": "839fd20b-5a5d-4419-85b0-9b82223c8b95",
      "name": "Loop Through Each Lead",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        -120,
        60
      ]
    },
    {
      "id": "78b197e2-6028-49a0-9100-5cc44838a9cd",
      "name": "Wait Before Making Request",
      "type": "n8n-nodes-base.wait",
      "position": [
        100,
        60
      ]
    },
    {
      "id": "de96d330-006b-4410-8b75-83c3b9658045",
      "name": "Scrape Lead Website with Dumpling AI",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        320,
        60
      ]
    },
    {
      "id": "5d5675b6-4245-4562-a9d2-7cf54fe20b75",
      "name": "Generate Icebreaker, Summary & Email (GPT-4o)",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        540,
        60
      ]
    },
    {
      "id": "05a2b673-8e2a-41cf-9a01-eb19b2e584ea",
      "name": "Save AI Output Back to Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        960,
        60
      ]
    },
    {
      "id": "cd8dac4b-6575-45fc-95fd-3052b244b0a2",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -640,
        -260
      ],
      "parameters": {
        "width": 810,
        "height": 480,
        "content": "### 🔄 Automated Cold Email Writing from Lead Websites\n\nThis workflow runs on a schedule and pulls new cold leads from Airtable that have no \"Ice breaker\" yet. For each lead, it waits briefly to preven"
      }
    }
  ],
  "connections": {
    "Loop Through Each Lead": {
      "main": [
        [
          {
            "node": "No Operation, do nothing",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Wait Before Making Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait Before Making Request": {
      "main": [
        [
          {
            "node": "Scrape Lead Website with Dumpling AI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Run Daily to Process New Leads": {
      "main": [
        [
          {
            "node": "Search Cold Leads Without Icebreaker",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Save AI Output Back to Airtable": {
      "main": [
        [
          {
            "node": "Loop Through Each Lead",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Scrape Lead Website with Dumpling AI": {
      "main": [
        [
          {
            "node": "Generate Icebreaker, Summary & Email (GPT-4o)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Search Cold Leads Without Icebreaker": {
      "main": [
        [
          {
            "node": "Loop Through Each Lead",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate Icebreaker, Summary & Email (GPT-4o)": {
      "main": [
        [
          {
            "node": "Save AI Output Back to Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}