{
  "name": "Startup Founder Discovery and AI-Powered Outreach with CrunchBase and Gmail",
  "nodes": [
    {
      "id": "4a5a04cc-062d-4822-b690-61d072bf1e88",
      "name": "Structured Output Parser",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        1220,
        220
      ]
    },
    {
      "id": "05aaede3-213d-43f3-b42f-c1c7188c6b3b",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        1000,
        220
      ]
    },
    {
      "id": "02c283da-ace1-41f0-a298-ac89882b0c1d",
      "name": "Updated profiles List",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "3f0723a9-73eb-43be-834b-bc2a8c5d9c50",
      "name": "Founder Profiles by UUID",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        500,
        0
      ]
    },
    {
      "id": "25dcbcc9-5155-4d61-b4b7-ce5e9646b56e",
      "name": "Extract Key Profile Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        720,
        0
      ]
    },
    {
      "id": "8734c81e-515f-481f-aa1e-70ef7bd4ddab",
      "name": "Summarizer Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        1020,
        0
      ]
    },
    {
      "id": "738f7615-bc05-4335-8a93-d4025c8cf885",
      "name": "Send email for outreach",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1380,
        0
      ]
    },
    {
      "id": "d359f26d-fe8d-4d34-a96c-42b176b946a1",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "3529f772-cb46-4145-ba2e-f115dce37db4",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        -1040
      ],
      "parameters": {
        "width": 420,
        "height": 1220,
        "content": "## 🔁 **SECTION 1: Trigger + Company Fetching**\n\n**🧱 Nodes:**\n\n* 🔘 **Manual Trigger**\n* 🌐 **HTTP Request – Fetch: Updated Companies List**\n\n---\n\n### 🚀 What This Section Does\n\n🔘 **Manual Trigger**\nThis "
      }
    },
    {
      "id": "c10bafbe-3d3b-4cce-b8a0-5d725a98ffb7",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        440,
        -1160
      ],
      "parameters": {
        "width": 440,
        "height": 1340,
        "content": "## 👤 **SECTION 2: Founder Profile Fetching + Field Mapping**\n\n**🧱 Nodes:**\n\n* 🌐 **HTTP Request – Fetch: Founder Profiles by UUID**\n* ✏️ **Edit Fields – Extract Key Profile Data**\n\n---\n\n### 🔎 What This"
      }
    },
    {
      "id": "e8c27235-f214-444e-8b1a-5e445e65e0af",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        940,
        -640
      ],
      "parameters": {
        "width": 580,
        "height": 1020,
        "content": "## 🤖📨 **SECTION 3: AI-Powered Summary + Email Outreach**\n\n**🧱 Nodes:**\n\n* 🤖 **AI Agent – Generate Email Summary**\n* 📧 **Gmail – Send Founder Digest**\n\n---\n\n### 🧠 What This Section Does\n\n🤖 **AI Agent –"
      }
    },
    {
      "id": "fd781b49-45c0-4006-bb22-7d82ff3f4e31",
      "name": "Sticky Note9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1580,
        -1040
      ],
      "parameters": {
        "width": 1300,
        "height": 320,
        "content": "=======================================\n            WORKFLOW ASSISTANCE\n=======================================\nFor any questions or support, please contact:\n    Yaron@nofluff.online\n\nExplore more tip"
      }
    },
    {
      "id": "9b478bcf-5ba5-4edf-91a6-61e3fffa1078",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1580,
        -700
      ],
      "parameters": {
        "width": 1289,
        "height": 2558,
        "content": "## 🔁 **SECTION 1: Trigger + Company Fetching**\n\n**🧱 Nodes:**\n\n* 🔘 **Manual Trigger**\n* 🌐 **HTTP Request – Fetch: Updated Companies List**\n\n---\n\n### 🚀 What This Section Does\n\n🔘 **Manual Trigger**\nThis "
      }
    }
  ],
  "connections": {
    "Summarizer Agent": {
      "main": [
        [
          {
            "node": "Send email for outreach",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Summarizer Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Updated profiles List": {
      "main": [
        [
          {
            "node": "Founder Profiles by UUID",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Founder Profiles by UUID": {
      "main": [
        [
          {
            "node": "Extract Key Profile Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Structured Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "Summarizer Agent",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "Extract Key Profile Fields": {
      "main": [
        [
          {
            "node": "Summarizer Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Updated profiles List",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}