{
  "name": "Generate weekly Seed & Series A scouting reports with PredictLeads and OpenAI",
  "nodes": [
    {
      "id": "963b415d-95cf-48a6-bb15-c93fb6f4363c",
      "name": "About This Workflow",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -3280,
        304
      ],
      "parameters": {
        "width": 420,
        "height": 400,
        "content": "ABOUT THIS WORKFLOW\n\nMonitors your company watchlist for new Seed and Series A funding rounds and delivers a formatted weekly scouting report via email and Slack.\n\nSetup: Google Sheet with company dom"
      }
    },
    {
      "id": "fd52965d-e11b-4a3f-8330-4832ec48bc16",
      "name": "📌 TRIGGER & INPUT",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2800,
        -32
      ],
      "parameters": {
        "width": 520,
        "height": 748,
        "content": "## 1️⃣ Trigger & Watchlist Source\n\n**Nodes:**  \n⏰ Weekly Schedule → 📋 Read Watchlist\n\n**Description:**  \nThe workflow begins with a weekly scheduled trigger that runs automatically every Monday.  \nIt "
      }
    },
    {
      "id": "929a78cc-ff12-4e83-a228-a2b930aff6b5",
      "name": "🔍 ENRICHMENT",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2224,
        -16
      ],
      "parameters": {
        "width": 696,
        "height": 732,
        "content": "## 2️⃣ Financing Event Enrichment\n\n**Nodes:**  \n🔄 Loop Companies → 🔍 Fetch Financing Events → ⚙️ Filter Seed & Series A\n\n**Description:**  \nEach company from the watchlist is processed individually in"
      }
    },
    {
      "id": "959aa596-1bdb-48fa-bc19-8fc268741d3d",
      "name": "⚙️ PROCESSING",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1456,
        -272
      ],
      "parameters": {
        "width": 520,
        "height": 972,
        "content": "## 3️⃣ Data Processing & AI Report Generation\n\n**Nodes:**  \n⚙️ Aggregate Results → 🤖 Generate Scouting Report\n\n**Description:**  \nAll filtered funding events from the workflow run are aggregated into "
      }
    },
    {
      "id": "5bc988d5-955a-4f2b-b3dd-c0e808f61e44",
      "name": "🤖 AI REPORT",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -864,
        -208
      ],
      "parameters": {
        "width": 380,
        "height": 956,
        "content": "## 4️⃣ Report Delivery & Notifications\n\n**Nodes:**  \n📧 Send Report Email → 💬 Slack Summary\n\n**Description:**  \nOnce the AI-generated scouting report is ready, it is delivered through two channels.\n\nTh"
      }
    },
    {
      "id": "39f95c3d-9b2a-4da1-b812-20cbb1543bb4",
      "name": "⏰ Weekly Schedule",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -2704,
        464
      ]
    },
    {
      "id": "df0b98e5-704c-442a-8ee1-9f929dd90fab",
      "name": "📋 Read Watchlist",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -2480,
        464
      ]
    },
    {
      "id": "26625e32-dfab-480c-b62d-0971aea978f0",
      "name": "🔄 Loop Companies",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        -2144,
        464
      ]
    },
    {
      "id": "83655a99-2dd0-402b-8ec2-eb8a3d0064f5",
      "name": "🔍 Fetch Financing Events",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -1936,
        480
      ]
    },
    {
      "id": "545e0b4f-d441-4010-ab1a-d4d2f8c9d1e1",
      "name": "⚙️ Filter Seed & Series A",
      "type": "n8n-nodes-base.code",
      "position": [
        -1712,
        480
      ]
    },
    {
      "id": "4e3c450e-de09-4d4d-b66b-3f79bf2ad006",
      "name": "⚙️ Aggregate Results",
      "type": "n8n-nodes-base.code",
      "position": [
        -1344,
        448
      ]
    },
    {
      "id": "53146c28-9e80-4c0e-9a6e-4659fe876063",
      "name": "🤖 Generate Scouting Report",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -1120,
        448
      ]
    },
    {
      "id": "f3a58dfd-0d89-4023-a664-b6a5587462c2",
      "name": "📧 Send Report Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        -704,
        352
      ]
    },
    {
      "id": "8a3a3f03-78cd-44b1-868f-848cd6e332f1",
      "name": "💬 Slack Summary",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -704,
        544
      ]
    }
  ],
  "connections": {
    "⏰ Weekly Schedule": {
      "main": [
        [
          {
            "node": "📋 Read Watchlist",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "📋 Read Watchlist": {
      "main": [
        [
          {
            "node": "🔄 Loop Companies",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🔄 Loop Companies": {
      "main": [
        [
          {
            "node": "⚙️ Aggregate Results",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "🔍 Fetch Financing Events",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "⚙️ Aggregate Results": {
      "main": [
        [
          {
            "node": "🤖 Generate Scouting Report",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🔍 Fetch Financing Events": {
      "main": [
        [
          {
            "node": "⚙️ Filter Seed & Series A",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "⚙️ Filter Seed & Series A": {
      "main": [
        [
          {
            "node": "🔄 Loop Companies",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🤖 Generate Scouting Report": {
      "main": [
        [
          {
            "node": "📧 Send Report Email",
            "type": "main",
            "index": 0
          },
          {
            "node": "💬 Slack Summary",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}