{
  "name": "CYBERPULSE AI RedOps: generate daily RedOps security simulation reports",
  "nodes": [
    {
      "id": "89a7108d-7f35-427b-9e0a-b188fdd22a06",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "dfe20b6f-cf49-4c46-b597-a5903510ab6b",
      "name": "🕒 Trigger AutoReport",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -1840,
        40
      ]
    },
    {
      "id": "059c0784-4981-480d-977e-314f6c27ee03",
      "name": "📄 Read Trap Log Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -1620,
        40
      ]
    },
    {
      "id": "5187baa9-a247-4dea-96b7-e7d49b62c246",
      "name": "📊 Format Report Data",
      "type": "n8n-nodes-base.code",
      "position": [
        -1400,
        40
      ]
    },
    {
      "id": "053fb8f2-5e90-458c-9cd1-59cb96e27572",
      "name": "📑 Build HTML Report Summary",
      "type": "n8n-nodes-base.code",
      "position": [
        -1180,
        40
      ]
    },
    {
      "id": "aec2f987-c61a-459e-82ee-b439af67b9bb",
      "name": "📧 Send Summary Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        -960,
        40
      ]
    }
  ],
  "connections": {
    "📊 Format Report Data": {
      "main": [
        [
          {
            "node": "📑 Build HTML Report Summary",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🕒 Trigger AutoReport": {
      "main": [
        [
          {
            "node": "📄 Read Trap Log Sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "📄 Read Trap Log Sheet": {
      "main": [
        [
          {
            "node": "📊 Format Report Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "📑 Build HTML Report Summary": {
      "main": [
        [
          {
            "node": "📧 Send Summary Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}