{
  "name": "Monitor n8n workflow errors with Telegram alerts (multi-language setup)",
  "nodes": [
    {
      "id": "2652307a-9804-46d3-a8a1-a81a3021ac4c",
      "name": "Error Trigger",
      "type": "n8n-nodes-base.errorTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "69abb2d9-03a6-44d2-bb83-9245f28f1a73",
      "name": "SETUP INSTRUCTIONS",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        640,
        -500
      ],
      "parameters": {
        "width": 400,
        "height": 3200,
        "content": "# 🚨 ERROR-MONITORING FLOW — SETUP GUIDE\n\n---\n\n## 🇬🇧 English\n\n1. Create a Telegram bot with **@BotFather** and save the API token.\n\n2. Get your **chat_id**\n   - Send any message to the bot.\n   - Visit "
      }
    },
    {
      "id": "bedab42b-ab15-4935-a81a-ad531c58de16",
      "name": "Send a text message with info about error",
      "type": "n8n-nodes-base.telegram",
      "position": [
        340,
        0
      ]
    }
  ],
  "connections": {
    "Error Trigger": {
      "main": [
        [
          {
            "node": "Send a text message with info about error",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}