{
  "name": "Cold email icebreakers from local business search with GPT-4 and Dumpling AI",
  "nodes": [
    {
      "id": "5d586469-2b68-4eca-9d1b-123382c7df53",
      "name": "Form: Submit Search Keyword",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -360,
        -20
      ]
    },
    {
      "id": "25aa6db4-b732-488b-aa62-17512b364e6b",
      "name": "Dumpling AI: Search Google Maps for Businesses",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -140,
        -20
      ]
    },
    {
      "id": "f1f7cb08-4b00-4552-b7bc-7bd1d74f8268",
      "name": "🧮 Split: Extract Individual Places",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        80,
        -20
      ]
    },
    {
      "id": "944774ac-686d-40d5-b0f1-8d075367347f",
      "name": "🔁 Loop: Process Each Business",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        300,
        -20
      ]
    },
    {
      "id": "d6a3f852-bd40-4c31-92c5-c580cc9338be",
      "name": "🧠 Dumpling AI: Extract Email + Website Summary",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        480,
        100
      ]
    },
    {
      "id": "bebe9509-1162-418c-8a04-1f4ec9bee0de",
      "name": "✍️ GPT-4: Write Personalized Icebreaker Email",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        720,
        100
      ]
    },
    {
      "id": "7ba29bb7-c99e-4e3e-98c8-ba4bef80fc64",
      "name": "✅ IF: Email Exists",
      "type": "n8n-nodes-base.filter",
      "position": [
        1100,
        100
      ]
    },
    {
      "id": "d299e441-4a1b-491e-880b-b13c78942e46",
      "name": "📄 Log to Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1320,
        100
      ]
    },
    {
      "id": "9dcf2513-c329-445f-9cdc-cdbceb8b25a5",
      "name": "📤 Instantly API: Add to Campaign",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        640,
        -140
      ]
    },
    {
      "id": "9a7f63ba-c5fd-4406-8819-c13331ab025f",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -340,
        -360
      ],
      "parameters": {
        "width": 740,
        "height": 440,
        "content": "### ✉️ Cold Email Icebreaker Generator\n\nThis workflow:\n- Accepts a keyword (e.g. \"dentist in New York\")\n- Searches local businesses using Dumpling AI\n- Extracts website summaries and emails\n- Uses GPT"
      }
    }
  ],
  "connections": {
    "✅ IF: Email Exists": {
      "main": [
        [
          {
            "node": "📄 Log to Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "📄 Log to Google Sheets": {
      "main": [
        [
          {
            "node": "🔁 Loop: Process Each Business",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Form: Submit Search Keyword": {
      "main": [
        [
          {
            "node": "Dumpling AI: Search Google Maps for Businesses",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🔁 Loop: Process Each Business": {
      "main": [
        [
          {
            "node": "📤 Instantly API: Add to Campaign",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "🧠 Dumpling AI: Extract Email + Website Summary",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🧮 Split: Extract Individual Places": {
      "main": [
        [
          {
            "node": "🔁 Loop: Process Each Business",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Dumpling AI: Search Google Maps for Businesses": {
      "main": [
        [
          {
            "node": "🧮 Split: Extract Individual Places",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "✍️ GPT-4: Write Personalized Icebreaker Email": {
      "main": [
        [
          {
            "node": "✅ IF: Email Exists",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🧠 Dumpling AI: Extract Email + Website Summary": {
      "main": [
        [
          {
            "node": "✍️ GPT-4: Write Personalized Icebreaker Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}