{
  "name": "CYBERPULSE AI BlueOps: asset enrichment engine",
  "nodes": [
    {
      "id": "14a7268a-be41-4a5a-a5cb-9727b1f6d814",
      "name": "Merge",
      "type": "n8n-nodes-base.merge",
      "position": [
        100,
        240
      ]
    },
    {
      "id": "5baea5d2-c41f-4eb1-868a-2307e2b931c2",
      "name": "🔁 Daily Trigger",
      "type": "n8n-nodes-base.cron",
      "position": [
        -420,
        240
      ]
    },
    {
      "id": "dabf2c97-d177-4cda-9103-df589a0f3e66",
      "name": "🧠Match Threats to Assets",
      "type": "n8n-nodes-base.function",
      "position": [
        320,
        240
      ]
    },
    {
      "id": "e370d6aa-be47-47a3-8a58-186dc5db4d6c",
      "name": "📊 Apend New Threat",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        560,
        240
      ]
    },
    {
      "id": "a1e771b7-6f18-4b7e-a1bb-49139dee5c75",
      "name": "📊 Delete Row",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        560,
        420
      ]
    },
    {
      "id": "621cf885-f05e-4fc3-9189-bfffe9a4f547",
      "name": "📬Send Summary Email",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        560,
        80
      ]
    },
    {
      "id": "700a7223-bfde-4a69-bbb4-e94999bcf444",
      "name": "🗃️  Archived_Threats",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        740,
        240
      ]
    },
    {
      "id": "a468d0cf-47c8-4604-8500-3ee66620f218",
      "name": "📊Threats Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -200,
        160
      ]
    },
    {
      "id": "fbe3a884-9151-44ca-92d4-7e44593f6c48",
      "name": "📊Load Asset DB",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -200,
        360
      ]
    },
    {
      "id": "a585c636-aec5-4b50-8f1c-68ad28b67ffa",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Merge": {
      "main": [
        [
          {
            "node": "🧠Match Threats to Assets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "📊Load Asset DB": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "📊Threats Sheets": {
      "main": [
        [
          {
            "node": "📊Load Asset DB",
            "type": "main",
            "index": 0
          },
          {
            "node": "Merge",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🔁 Daily Trigger": {
      "main": [
        [
          {
            "node": "📊Threats Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "📊 Apend New Threat": {
      "main": [
        [
          {
            "node": "🗃️  Archived_Threats",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🧠Match Threats to Assets": {
      "main": [
        [
          {
            "node": "📬Send Summary Email",
            "type": "main",
            "index": 0
          },
          {
            "node": "📊 Apend New Threat",
            "type": "main",
            "index": 0
          },
          {
            "node": "📊 Delete Row",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}