{
  "name": "Multi-channel workflow error alerts with Telegram, Gmail & messaging apps",
  "nodes": [
    {
      "id": "ef401694-6d19-4d49-8269-0bfeefbc35e9",
      "name": "Error Trigger",
      "type": "n8n-nodes-base.errorTrigger",
      "position": [
        20,
        320
      ]
    },
    {
      "id": "e950234f-06c7-4304-b8a6-62d3ba6b7a50",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        240,
        320
      ]
    },
    {
      "id": "09a04430-1cb6-4bd5-b97d-d6b98541fd82",
      "name": "Notify Gmail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        460,
        320
      ]
    },
    {
      "id": "d78b5623-caab-4616-aa3a-e00af03cba3a",
      "name": "Notify Whatsapp",
      "type": "n8n-nodes-base.whatsApp",
      "position": [
        460,
        520
      ]
    },
    {
      "id": "8c5dbd37-cc37-4a1a-89c4-bbf692339b93",
      "name": "Notify Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        460,
        720
      ]
    },
    {
      "id": "0ec6e5cb-c290-4073-9560-0f237f85a6bd",
      "name": "Notify Telegram",
      "type": "n8n-nodes-base.telegram",
      "position": [
        460,
        120
      ]
    },
    {
      "id": "4e378031-382d-4abd-94f5-b7274f42161e",
      "name": "Notify Discord",
      "type": "n8n-nodes-base.discord",
      "position": [
        460,
        -80
      ]
    },
    {
      "id": "ad022c9b-4453-4590-b27e-358e342e1f26",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -60,
        -20
      ],
      "parameters": {
        "width": 420,
        "height": 280,
        "content": "## 🚨 Error Notification Workflow\n\nThis workflow automatically sends notifications when any other workflow fails.\n\nSimply download copy and paste into your workflow then add your credential with prefer"
      }
    }
  ],
  "connections": {
    "Code": {
      "main": [
        [
          {
            "node": "Notify Telegram",
            "type": "main",
            "index": 0
          },
          {
            "node": "Notify Discord",
            "type": "main",
            "index": 0
          },
          {
            "node": "Notify Slack",
            "type": "main",
            "index": 0
          },
          {
            "node": "Notify Whatsapp",
            "type": "main",
            "index": 0
          },
          {
            "node": "Notify Gmail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Error Trigger": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notify Whatsapp": {
      "main": [
        []
      ]
    }
  }
}