{
  "name": "CYBERPULSE AI GRC: automated ISO 42001 compliance evaluation",
  "nodes": [
    {
      "id": "4838b8dc-2547-4b02-82b5-8f6a2690393a",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1080,
        460
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "44c8ea33-97ac-4126-b8dd-62da75b9d88e",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -2320,
        80
      ]
    },
    {
      "id": "0da2dfd9-924c-434d-853e-fdc6fc934740",
      "name": "Load Client Inputs – ISO 42001",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -2080,
        80
      ]
    },
    {
      "id": "ac872936-ff2e-448d-8925-ea814d39f956",
      "name": "Static ISO 42001 Clauses",
      "type": "n8n-nodes-base.set",
      "position": [
        -1860,
        80
      ]
    },
    {
      "id": "e7b1c6a5-41a1-4d90-be18-66f08f589f43",
      "name": "Split ISO Clauses",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        -1620,
        80
      ]
    },
    {
      "id": "1e39226f-c1f3-4a7a-9133-f4e42ad28742",
      "name": "Load Client Inputs – ISO ",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -1420,
        240
      ]
    },
    {
      "id": "4f410f67-6aae-4ca7-ac9a-86f78f261bf2",
      "name": "Join Clauses + Client Input",
      "type": "n8n-nodes-base.merge",
      "position": [
        -1240,
        100
      ]
    },
    {
      "id": "f20e806b-32bc-4058-8596-f6b693d1d6d6",
      "name": "AI – Clause Audit Summary",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        -1020,
        100
      ]
    },
    {
      "id": "500703c7-7b4f-4607-9d78-9a236884f57e",
      "name": "Gmail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        -660,
        100
      ]
    },
    {
      "id": "e7cce707-96ea-4927-bb22-bd8711f7b4d1",
      "name": "Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -440,
        100
      ]
    },
    {
      "id": "81b7760f-7c23-43a3-b318-3f28a628a428",
      "name": "Gap Detected",
      "type": "n8n-nodes-base.if",
      "position": [
        -220,
        100
      ]
    },
    {
      "id": "ba50a331-09be-415d-b343-2d71bc4f21fd",
      "name": "Send Alert – Internal Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "8b2fe340-c081-4a6f-8220-a93ebc2636f2",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -620,
        460
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Gmail": {
      "main": [
        [
          {
            "node": "Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Gap Detected": {
      "main": [
        [
          {
            "node": "Send Alert – Internal Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets": {
      "main": [
        [
          {
            "node": "Gap Detected",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split ISO Clauses": {
      "main": [
        [
          {
            "node": "Load Client Inputs – ISO ",
            "type": "main",
            "index": 0
          },
          {
            "node": "Join Clauses + Client Input",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Static ISO 42001 Clauses": {
      "main": [
        [
          {
            "node": "Split ISO Clauses",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI – Clause Audit Summary": {
      "main": [
        [
          {
            "node": "Gmail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Join Clauses + Client Input": {
      "main": [
        [
          {
            "node": "AI – Clause Audit Summary",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Load Client Inputs – ISO ": {
      "main": [
        [
          {
            "node": "Join Clauses + Client Input",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Load Client Inputs – ISO 42001": {
      "main": [
        [
          {
            "node": "Static ISO 42001 Clauses",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Load Client Inputs – ISO 42001",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}