{
  "name": "Auto-classify security incidents with GPT-4 and Google Sheets for SOC teams",
  "nodes": [
    {
      "id": "46dd925e-64ff-484b-aaa5-5bb74a7b2962",
      "name": "✏️ Format Tags",
      "type": "n8n-nodes-base.set",
      "position": [
        640,
        0
      ]
    },
    {
      "id": "505923f8-9721-4f62-a2ea-ce19696d3991",
      "name": "📄 Google Sheets - Read Alerts",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "98817baf-2004-4bae-b934-66dec5ba7187",
      "name": "🧠 Classify Incident (GPT)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        440,
        0
      ]
    },
    {
      "id": "618eeced-d0f2-4903-9217-150c38a95509",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "4f3d43dd-e63b-4c27-8590-ef7a2c9f8a3e",
      "name": "Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        820,
        0
      ]
    },
    {
      "id": "7aaf5255-ba15-477c-b4c5-d3e4626fdd84",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        80,
        -220
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "📄 Google Sheets - Read Alerts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "✏️ Format Tags": {
      "main": [
        [
          {
            "node": "Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🧠 Classify Incident (GPT)": {
      "main": [
        [
          {
            "node": "✏️ Format Tags",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "📄 Google Sheets - Read Alerts": {
      "main": [
        [
          {
            "node": "🧠 Classify Incident (GPT)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}