{
  "name": "Real-time error monitoring with WhatsApp alerts & multi-language setup",
  "nodes": [
    {
      "id": "10c87315-4b50-4e87-81a0-3ed3e23648b5",
      "name": "Error Trigger",
      "type": "n8n-nodes-base.errorTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "8ebb8bdd-a2d2-4140-93d1-031eb7e52332",
      "name": "SETUP INSTRUCTIONS",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        600,
        -280
      ],
      "parameters": {
        "width": 400,
        "height": 4180,
        "content": "# 🚨 ERROR-MONITORING FLOW — WHATSAPP SETUP GUIDE  \n\n🔗 Jump to language:  \n🇬🇧 [English](#-english) | 🇪🇸 [Español](#-español) | 🇩🇪 [Deutsch](#-deutsch) | 🇫🇷 [Français](#-français) | 🇷🇺 [Русский](#-русск"
      }
    },
    {
      "id": "63f6e3e6-6f20-4d61-98cf-1c65f00b8381",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -120,
        -140
      ],
      "parameters": {
        "width": 300,
        "height": 280,
        "content": "## Listen\n\n**IMPORTANT**: In your other workflows → open **Settings** → select this as **Error Workflow**."
      }
    },
    {
      "id": "57d9a111-52ba-40dd-afbc-11efeac099a3",
      "name": "Send message",
      "type": "n8n-nodes-base.whatsApp",
      "position": [
        320,
        0
      ]
    }
  ],
  "connections": {
    "Error Trigger": {
      "main": [
        [
          {
            "node": "Send message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}