{
  "name": "Nodbot - Telegram n8n production bot with allowlist and command router",
  "nodes": [
    {
      "parameters": {},
      "id": "ec9a7e24-428e-430a-bfa5-c34ceeb40a5a",
      "name": "Telegram Trigger",
      "type": "n8n-nodes-base.telegram",
      "typeVersion": 2,
      "position": [
        0,
        260
      ]
    },
    {
      "parameters": {},
      "id": "8d228708-195a-4413-b954-28c01e32b280",
      "name": "Authorize and parse command",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 2,
      "position": [
        280,
        260
      ]
    },
    {
      "parameters": {},
      "id": "1c785e54-f705-45c4-b264-192e5de91a78",
      "name": "Command Switch",
      "type": "n8n-nodes-base.if",
      "typeVersion": 2,
      "position": [
        560,
        260
      ]
    },
    {
      "parameters": {},
      "id": "351bfd32-c99e-4355-827d-c4f4f8929b0a",
      "name": "Business action",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 2,
      "position": [
        840,
        260
      ]
    },
    {
      "parameters": {},
      "id": "6320344b-1582-4074-b4de-93363598b141",
      "name": "Send Telegram reply",
      "type": "n8n-nodes-base.telegram",
      "typeVersion": 2,
      "position": [
        1120,
        260
      ]
    },
    {
      "parameters": {},
      "id": "c8e3e98b-badf-459c-9d70-8e358aa49092",
      "name": "Audit event",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 2,
      "position": [
        1400,
        260
      ]
    }
  ],
  "connections": {
    "Telegram Trigger": {
      "main": [
        [
          {
            "node": "Authorize and parse command",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Authorize and parse command": {
      "main": [
        [
          {
            "node": "Command Switch",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Command Switch": {
      "main": [
        [
          {
            "node": "Business action",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Business action": {
      "main": [
        [
          {
            "node": "Send Telegram reply",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Telegram reply": {
      "main": [
        [
          {
            "node": "Audit event",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "staticData": null,
  "tags": [
    "nodbot",
    "integration",
    "production"
  ],
  "triggerCount": 1,
  "updatedAt": "2026-05-30T00:00:00.000Z",
  "versionId": "5e3fc96b-f94d-4a71-a19f-77a18c17ee6d",
  "meta": {
    "templateCredsSetupCompleted": false
  }
}