{
  "name": "CYBERPULSE AI RedOps: internal phishing simulation for security training",
  "nodes": [
    {
      "id": "bd1c125b-3cb8-4bcc-9b80-454bc8ec3e8a",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -3160,
        -220
      ]
    },
    {
      "id": "95eeca9b-c2c0-4ea5-b684-5338526f1c33",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1300,
        -480
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "640e04a0-fcb7-4c65-8b91-00226137d975",
      "name": "🤖 Generate Phishing Email",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -2720,
        -220
      ]
    },
    {
      "id": "88c267b6-241c-4b59-a29f-69b738515c94",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -2700,
        20
      ]
    },
    {
      "id": "fc6b38b3-1bea-4a18-b46f-0d132b137b97",
      "name": "✉️ Format Email for Sending",
      "type": "n8n-nodes-base.set",
      "position": [
        -2360,
        -220
      ]
    },
    {
      "id": "a63188f6-70c1-4e9b-bff9-7c3052aa3368",
      "name": "Gmail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        -2140,
        -220
      ]
    },
    {
      "id": "9b8db177-8c77-4852-825c-39283bd5c7a8",
      "name": "🧾 Log Sent Email",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -1920,
        -220
      ]
    },
    {
      "id": "7d9048b3-0e40-40a1-a3dc-1591dad69b75",
      "name": "🎯 Click Tracker",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -2160,
        200
      ]
    },
    {
      "id": "ccff6b6a-6cc0-41cf-8d5b-711eee8632b8",
      "name": "🗂️ Record Click",
      "type": "n8n-nodes-base.set",
      "position": [
        -1920,
        200
      ]
    },
    {
      "id": "97488f62-1ded-4dc4-a9e7-57964cead828",
      "name": "🧾 Record Click",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -1700,
        200
      ]
    },
    {
      "id": "09326fb4-3cba-4b73-8d40-52f6125fd36e",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1340,
        -20
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "e6cedb46-90d9-42b1-9011-6ee204b22f45",
      "name": "GetTargetList",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -2940,
        -220
      ]
    }
  ],
  "connections": {
    "Gmail": {
      "main": [
        [
          {
            "node": "🧾 Log Sent Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "GetTargetList": {
      "main": [
        [
          {
            "node": "🤖 Generate Phishing Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "🤖 Generate Phishing Email",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "🎯 Click Tracker": {
      "main": [
        [
          {
            "node": "🗂️ Record Click",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🗂️ Record Click": {
      "main": [
        [
          {
            "node": "🧾 Record Click",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🤖 Generate Phishing Email": {
      "main": [
        [
          {
            "node": "✉️ Format Email for Sending",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "✉️ Format Email for Sending": {
      "main": [
        [
          {
            "node": "Gmail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "GetTargetList",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}