{
  "name": "Discover decision makers by responsibilities (not titles) with Octave & Airtable",
  "nodes": [
    {
      "id": "sticky-note-main",
      "name": "Sticky Note - Main Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        250,
        -700
      ],
      "parameters": {
        "width": 450,
        "height": 500,
        "content": "🎯 INTELLIGENT CONTACT PROSPECTING\n\nFOR: SDR teams, ABM professionals, RevOps who\nneed to find the right people based on actual\nresponsibilities, not just job titles.\n\nSOLVES: Traditional prospecting r"
      }
    },
    {
      "id": "sticky-note-trigger",
      "name": "Sticky Note - Trigger Setup",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        -150
      ],
      "parameters": {
        "width": 190,
        "height": 100,
        "content": "🚀 START HERE\nManual trigger to start.\nCan change to schedule."
      }
    },
    {
      "id": "sticky-note-accounts",
      "name": "Sticky Note - Account Source",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        240,
        -150
      ],
      "parameters": {
        "width": 190,
        "height": 100,
        "content": "📋 ACCOUNT LIST\nReplace with your data source.\nConfigure account table."
      }
    },
    {
      "id": "sticky-note-prospector",
      "name": "Sticky Note - Prospector Agent",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        440,
        -150
      ],
      "parameters": {
        "width": 190,
        "height": 100,
        "content": "🔍 INTELLIGENT PROSPECTOR\nContext-aware contact discovery.\nReplace agent ID & configure."
      }
    },
    {
      "id": "sticky-note-output",
      "name": "Sticky Note - Contact Output",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        640,
        -150
      ],
      "parameters": {
        "width": 190,
        "height": 100,
        "content": "💾 CONTACT OUTPUT\nSave discovered contacts.\nConfigure output table."
      }
    },
    {
      "id": "ab617c7a-25b1-4716-8389-a5b72aa9e25f",
      "name": "Manual Workflow Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        120,
        0
      ]
    },
    {
      "id": "0fd99d3c-27c9-4683-9433-369260f575ac",
      "name": "Get Target Accounts",
      "type": "n8n-nodes-base.airtable",
      "position": [
        320,
        0
      ]
    },
    {
      "id": "6a1690fb-f896-4bbd-b433-1f2ff3b12b77",
      "name": "Discover Relevant Contacts",
      "type": "n8n-nodes-octavehq.octave",
      "position": [
        520,
        0
      ]
    },
    {
      "id": "5a2a0df3-e8cc-4ef7-9072-5b42321deaae",
      "name": "Save Discovered Contacts",
      "type": "n8n-nodes-base.airtable",
      "position": [
        720,
        0
      ]
    }
  ],
  "connections": {
    "Get Target Accounts": {
      "main": [
        [
          {
            "node": "Discover Relevant Contacts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Manual Workflow Trigger": {
      "main": [
        [
          {
            "node": "Get Target Accounts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Discover Relevant Contacts": {
      "main": [
        [
          {
            "node": "Save Discovered Contacts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}