{
  "name": "CYBERPULSE AI GRC: automate compliance audit documentation",
  "nodes": [
    {
      "id": "dadbd689-4e8f-4fa5-8522-105d572593d7",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "a13bc01c-d0f6-456e-8947-1f3a737bb856",
      "name": "Load Audit Logs",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "dd24ad69-9614-4fca-a86b-1252a66a2dbf",
      "name": "Fetch Evidence Files",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        460,
        200
      ]
    },
    {
      "id": "e1e94897-d0cd-4618-9ae3-b3aaec9ac9fb",
      "name": "Merge Logs + Files",
      "type": "n8n-nodes-base.merge",
      "position": [
        1040,
        20
      ]
    },
    {
      "id": "afe9af73-d873-461f-81f0-c7e46d398f7d",
      "name": "Add control_id to File",
      "type": "n8n-nodes-base.set",
      "position": [
        700,
        200
      ]
    },
    {
      "id": "075e1947-d1bf-48b1-84a2-c7f73488e3a6",
      "name": "Download Evidence File",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1260,
        20
      ]
    },
    {
      "id": "719d6943-73f4-40bb-b7de-8d49ca940d8b",
      "name": "Zip Files",
      "type": "n8n-nodes-base.compression",
      "position": [
        1480,
        20
      ]
    },
    {
      "id": "9ae3ab6f-6ad7-44c5-ac60-5c4a3b7974ae",
      "name": "Send Evidence Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1660,
        20
      ]
    },
    {
      "id": "e733b2be-e4a7-4185-9dbc-44ebb480f8b6",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        160,
        440
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Zip Files": {
      "main": [
        [
          {
            "node": "Send Evidence Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Load Audit Logs": {
      "main": [
        [
          {
            "node": "Fetch Evidence Files",
            "type": "main",
            "index": 0
          },
          {
            "node": "Merge Logs + Files",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge Logs + Files": {
      "main": [
        [
          {
            "node": "Download Evidence File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Evidence Files": {
      "main": [
        [
          {
            "node": "Add control_id to File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Add control_id to File": {
      "main": [
        [
          {
            "node": "Merge Logs + Files",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Download Evidence File": {
      "main": [
        [
          {
            "node": "Zip Files",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Load Audit Logs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}