{
  "name": "Workflow error notifications to Slack with multilingual setup guide",
  "nodes": [
    {
      "id": "f809d48f-3378-4559-a928-8b9719b65706",
      "name": "Error Trigger",
      "type": "n8n-nodes-base.errorTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "d31eb570-9fd9-459d-b7b0-88c7b13d569c",
      "name": "SETUP INSTRUCTIONS",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        600,
        -280
      ],
      "parameters": {
        "width": 400,
        "height": 3200,
        "content": "# 🚨 ERROR-MONITORING FLOW — SLACK SETUP GUIDE  \n\n🔗 Jump to language:  \n🇬🇧 [English](#-english) | 🇪🇸 [Español](#-español) | 🇩🇪 [Deutsch](#-deutsch) | 🇫🇷 [Français](#-français) | 🇷🇺 [Русский](#-русский)"
      }
    },
    {
      "id": "e8a1a463-6629-4c53-abff-e3c2ea1170eb",
      "name": "Send Reply",
      "type": "n8n-nodes-base.slack",
      "position": [
        380,
        0
      ]
    },
    {
      "id": "8c82a0ff-a24b-43b4-b94b-18db2f9f1745",
      "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**."
      }
    }
  ],
  "connections": {
    "Error Trigger": {
      "main": [
        [
          {
            "node": "Send Reply",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}