{
  "name": "Personalized LinkedIn connection requests with Apollo, GPT-4, Apify & PhantomBuster",
  "nodes": [
    {
      "id": "sticky-note-1",
      "name": null,
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -20,
        -280
      ],
      "parameters": {
        "width": 350,
        "height": 180,
        "content": "## 🎯 STEP 1: Natural Language Lead Targeting\n\nThis form allows you to describe your ideal prospects in plain English. The AI will automatically convert your description into a properly formatted Apoll"
      }
    },
    {
      "id": "sticky-note-2",
      "name": null,
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        200,
        -320
      ],
      "parameters": {
        "width": 380,
        "height": 180,
        "content": "## 🔍 STEP 2: Apollo Lead Extraction\n\nThis section processes your audience and extracts targeted leads:\n\n1. **Generate Search URL**: AI converts plain English to Apollo search parameters\n2. **Run Apify"
      }
    },
    {
      "id": "sticky-note-3",
      "name": null,
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        900,
        -320
      ],
      "parameters": {
        "width": 380,
        "height": 180,
        "content": "## 🧠 STEP 3: AI Personalization Engine\n\nCreates custom icebreakers for each prospect:\n\n**Personalize Outreach**: Analyzes LinkedIn profile data (job history, company, location) and generates human-lik"
      }
    },
    {
      "id": "sticky-note-4",
      "name": null,
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1400,
        -320
      ],
      "parameters": {
        "width": 380,
        "height": 180,
        "content": "## 📋 STEP 4: Outreach Execution\n\nFinal automation steps:\n\n1. **Add to Google Sheet**: Stores all lead data and icebreakers for tracking\n2. **Aggregate**: Combines individual leads into batch for Phant"
      }
    },
    {
      "id": "2419d138-c9f7-494b-b84f-7bd8158aef28",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "893e5e59-ddac-480e-9666-cfc4eacf993e",
      "name": "Run Apify Actor & Get Results",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        580,
        0
      ]
    },
    {
      "id": "2050e13d-55be-4669-b805-d2210fb364ba",
      "name": "Generate Search URL",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "97bf46ab-1900-4dc3-be9e-bf4c1a40190a",
      "name": "Limit",
      "type": "n8n-nodes-base.limit",
      "position": [
        780,
        0
      ]
    },
    {
      "id": "1065dcfe-a305-43fe-97e5-7ad2c3bfb163",
      "name": "Trigger PhantomBuster Agent",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1780,
        0
      ]
    },
    {
      "id": "c407a69a-a9b9-49dd-a5c5-8ca9b530b358",
      "name": "Add to Google Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1340,
        0
      ]
    },
    {
      "id": "04290792-010b-43da-b606-74e15185312d",
      "name": "Personalize Outreach",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        980,
        0
      ]
    },
    {
      "id": "3e677add-7bee-4fbf-bff1-b7ea9ae51be6",
      "name": "Aggregate",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        1560,
        0
      ]
    }
  ],
  "connections": {
    "Limit": {
      "main": [
        [
          {
            "node": "Personalize Outreach",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Aggregate": {
      "main": [
        [
          {
            "node": "Trigger PhantomBuster Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Generate Search URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Add to Google Sheet": {
      "main": [
        [
          {
            "node": "Aggregate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate Search URL": {
      "main": [
        [
          {
            "node": "Run Apify Actor & Get Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Personalize Outreach": {
      "main": [
        [
          {
            "node": "Add to Google Sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Run Apify Actor & Get Results": {
      "main": [
        [
          {
            "node": "Limit",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}