{
  "name": "Qualify and Enrich Leads with Octave's Contextual Insights and Slack Alerts",
  "nodes": [
    {
      "id": "sticky-note-main",
      "name": "Sticky Note - Main Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        350,
        -640
      ],
      "parameters": {
        "width": 450,
        "height": 460,
        "content": "🎯 LEAD QUALIFICATION & ENRICHMENT\n\nFOR: Sales teams, AEs, RevOps who need deep\ncontextual insights beyond basic scoring.\n\nSOLVES: Most qualification stops at \"good/bad fit\"\nleaving sales flying blind."
      }
    },
    {
      "id": "sticky-note-webhook",
      "name": "Sticky Note - Webhook Setup",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        -150
      ],
      "parameters": {
        "width": 190,
        "height": 100,
        "content": "🚀 START HERE\nReplace webhook path.\nConfigure lead source."
      }
    },
    {
      "id": "sticky-note-qualify",
      "name": "Sticky Note - Qualification",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        240,
        -150
      ],
      "parameters": {
        "width": 190,
        "height": 100,
        "content": "🎯 QUALIFICATION\nOctave scores vs ICP.\nReplace agent ID."
      }
    },
    {
      "id": "sticky-note-filter",
      "name": "Sticky Note - Filter",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        440,
        -150
      ],
      "parameters": {
        "width": 190,
        "height": 100,
        "content": "🔍 FILTER\nRemoves low scores.\nAdjust threshold (>5)."
      }
    },
    {
      "id": "sticky-note-enrich",
      "name": "Sticky Note - Enrichment",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        640,
        -150
      ],
      "parameters": {
        "width": 190,
        "height": 100,
        "content": "🔬 ENRICHMENT\nExtensive insights available.\nExplore output & customize."
      }
    },
    {
      "id": "sticky-note-slack",
      "name": "Sticky Note - Slack Alerts",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        840,
        -150
      ],
      "parameters": {
        "width": 190,
        "height": 100,
        "content": "📢 ENRICHED ALERTS\nContextual lead insights.\nUpdate channel & format."
      }
    },
    {
      "id": "726e4640-90a0-456a-8cd2-144c04db83dc",
      "name": "Inbound Lead Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        120,
        0
      ]
    },
    {
      "id": "1f2e9101-e77e-4c28-ada6-fff180378dc9",
      "name": "Qualify Lead with Octave",
      "type": "n8n-nodes-octavehq.octave",
      "position": [
        320,
        0
      ]
    },
    {
      "id": "bea7a6cc-66a5-4bd7-a5e2-1bc8ce3300e4",
      "name": "Filter Qualified Leads",
      "type": "n8n-nodes-base.filter",
      "position": [
        520,
        0
      ]
    },
    {
      "id": "93db30ee-393c-4244-b833-dc943f523abf",
      "name": "Enrich Lead with Context",
      "type": "n8n-nodes-octavehq.octave",
      "position": [
        720,
        0
      ]
    },
    {
      "id": "972d33c7-aeb1-4106-a083-7548f139a0bb",
      "name": "Send Enriched Lead Alert",
      "type": "n8n-nodes-base.slack",
      "position": [
        920,
        0
      ]
    }
  ],
  "connections": {
    "Inbound Lead Webhook": {
      "main": [
        [
          {
            "node": "Qualify Lead with Octave",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter Qualified Leads": {
      "main": [
        [
          {
            "node": "Enrich Lead with Context",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Enrich Lead with Context": {
      "main": [
        [
          {
            "node": "Send Enriched Lead Alert",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Qualify Lead with Octave": {
      "main": [
        [
          {
            "node": "Filter Qualified Leads",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}