{
  "name": "Cyberpulse AI GRC: Automate security questionnaire responses",
  "nodes": [
    {
      "id": "123b4768-29e6-44e4-b5f8-4efd7755fc7e",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -1640,
        180
      ]
    },
    {
      "id": "ee0965d6-0cdc-46f6-a82a-0aa3396ac0e8",
      "name": "Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -1240,
        180
      ]
    },
    {
      "id": "2eba0fe8-b3f5-4a3d-a5e3-00d70a16b447",
      "name": "Edit Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        -720,
        120
      ]
    },
    {
      "id": "73a3e582-d02d-4d00-b147-1eea18665d9f",
      "name": "OpenAI",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        -480,
        120
      ]
    },
    {
      "id": "12d1abd5-7826-4235-b792-a4c0ba6ffae6",
      "name": "Google Sheets1",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "1e27c1f2-bf19-48ae-a4f3-3b0f6bccce32",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        -1020,
        180
      ]
    },
    {
      "id": "39b53f5e-87a6-4178-be48-31bb27efe926",
      "name": "Merge",
      "type": "n8n-nodes-base.merge",
      "position": [
        0,
        260
      ]
    },
    {
      "id": "1c1e83ed-eadd-4cce-83be-e79d58a88623",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        440,
        140
      ]
    },
    {
      "id": "66271d78-bca4-4b47-ae70-5ccb58fac9ac",
      "name": "Gmail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        660,
        140
      ]
    },
    {
      "id": "d555c006-215b-4bab-8bde-7df72b35767e",
      "name": "Google Drive",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        -1440,
        180
      ]
    },
    {
      "id": "7c882edd-18c8-4300-b05f-ece5ae3fdf89",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        460
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code": {
      "main": [
        [
          {
            "node": "Gmail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI": {
      "main": [
        [
          {
            "node": "Google Sheets1",
            "type": "main",
            "index": 0
          },
          {
            "node": "Merge",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Webhook": {
      "main": [
        [
          {
            "node": "Google Drive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields": {
      "main": [
        [
          {
            "node": "OpenAI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Drive": {
      "main": [
        [
          {
            "node": "Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets1": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}