{
  "name": "OTX & OpenAI web security check",
  "nodes": [
    {
      "id": "",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -800,
        240
      ]
    },
    {
      "id": "",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -1020,
        240
      ]
    },
    {
      "id": "",
      "name": "AlienVault HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -580,
        240
      ]
    },
    {
      "id": "",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -52,
        460
      ]
    },
    {
      "id": "",
      "name": "Security Configuration Audit",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -140,
        240
      ]
    },
    {
      "id": "",
      "name": "Send Security Report",
      "type": "n8n-nodes-base.gmail",
      "position": [
        456,
        240
      ]
    },
    {
      "id": "",
      "name": "Prepare Data for AI",
      "type": "n8n-nodes-base.code",
      "position": [
        -360,
        240
      ]
    },
    {
      "id": "",
      "name": "Format Report for Email",
      "type": "n8n-nodes-base.code",
      "position": [
        236,
        240
      ]
    }
  ],
  "connections": {
    "HTTP Request": {
      "main": [
        [
          {
            "node": "AlienVault HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Security Configuration Audit",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Prepare Data for AI": {
      "main": [
        [
          {
            "node": "Security Configuration Audit",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AlienVault HTTP Request": {
      "main": [
        [
          {
            "node": "Prepare Data for AI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Report for Email": {
      "main": [
        [
          {
            "node": "Send Security Report",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Security Configuration Audit": {
      "main": [
        [
          {
            "node": "Format Report for Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}