{
  "name": "Centralized error monitoring & alerts via Telegram, Slack & other messengers",
  "nodes": [
    {
      "id": "06623d7e-80a2-4f7d-86d8-99eb139760a9",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -480,
        180
      ],
      "parameters": {
        "width": 660,
        "height": 80,
        "content": "# ERROR NOTIFIER\n\n"
      }
    },
    {
      "id": "eb9762e3-1c49-4c18-aab0-ce04bb54d3c5",
      "name": "Error Trigger",
      "type": "n8n-nodes-base.errorTrigger",
      "position": [
        -440,
        -120
      ]
    },
    {
      "id": "9925c654-17de-47c7-83b1-0b062c86be90",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        -440,
        300
      ]
    },
    {
      "id": "d8ad4b78-3387-44ce-894b-4c4c21863f1c",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        -220
      ],
      "parameters": {
        "width": 440,
        "height": 300,
        "content": "# How it works\nThis workflow automatically sends notifications when any other workflow fails.\n\nAlgorithm:\n- Create a workflow with \"**ERROR NOTIFIER**\".\n- Copy and paste \"**ERROR ALERTER**\" into your "
      }
    },
    {
      "id": "e57e084d-b215-4666-964c-01c2b17984c7",
      "name": "Execute Bag Alert Workflow",
      "type": "n8n-nodes-base.executeWorkflow",
      "position": [
        -220,
        -120
      ]
    },
    {
      "id": "51276cbe-9156-4b88-938f-95919c20fd2f",
      "name": "Prepare Messages For Notify",
      "type": "n8n-nodes-base.code",
      "position": [
        -220,
        300
      ]
    },
    {
      "id": "a8b62ee0-f379-47e1-b9e0-d76700edd361",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -480,
        -220
      ],
      "parameters": {
        "width": 440,
        "height": 80,
        "content": "# ERROR ALERTER"
      }
    },
    {
      "id": "32389017-571e-4efc-bb5d-155426626f01",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        180
      ],
      "parameters": {
        "width": 440,
        "height": 240,
        "content": "# Setup\n- ## Add Credentials:\n   - WhatsApp (OAuth & API)\n   - Telegram\n   - Gmail\n   - Discord\n   - Slack"
      }
    },
    {
      "id": "d066e29c-9c77-4089-8560-9736db38754a",
      "name": "Send Notify to Gmail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        0,
        700
      ]
    },
    {
      "id": "b38ff563-c8c9-408d-a99e-d8c93ba5f309",
      "name": "Send Notify to Whatsapp",
      "type": "n8n-nodes-base.whatsApp",
      "position": [
        0,
        500
      ]
    },
    {
      "id": "97a95663-5650-423a-a28b-ea18182c0e69",
      "name": "Send Notify to Telegram",
      "type": "n8n-nodes-base.telegram",
      "position": [
        0,
        300
      ]
    },
    {
      "id": "cfa7d60b-3e58-4ad2-b445-5f918aac8823",
      "name": "Send Notify to Discord",
      "type": "n8n-nodes-base.discord",
      "position": [
        0,
        900
      ]
    },
    {
      "id": "b1505ead-f1f1-4816-816b-e2e70cfabcb3",
      "name": "Send Notify to Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        0,
        1100
      ]
    }
  ],
  "connections": {
    "Error Trigger": {
      "main": [
        [
          {
            "node": "Execute Bag Alert Workflow",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Prepare Messages For Notify": {
      "main": [
        [
          {
            "node": "Send Notify to Gmail",
            "type": "main",
            "index": 0
          },
          {
            "node": "Send Notify to Whatsapp",
            "type": "main",
            "index": 0
          },
          {
            "node": "Send Notify to Slack",
            "type": "main",
            "index": 0
          },
          {
            "node": "Send Notify to Telegram",
            "type": "main",
            "index": 0
          },
          {
            "node": "Send Notify to Discord",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Prepare Messages For Notify",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}