8
n8n 中文网amn8n.com

🚨 将 n8n 工作流错误报告到 Telegram

初级

这是一个Building Blocks领域的自动化工作流,包含 5 个节点。主要使用 Set, Telegram, ErrorTrigger 等节点。 🚨 将 n8n 工作流错误报告到 Telegram

前置要求
  • Telegram Bot Token
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "nodes": [
    {
      "id": "aa84d631-c14f-45c2-a659-454605e83c30",
      "name": "出错时",
      "type": "n8n-nodes-base.errorTrigger",
      "position": [
        880,
        900
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "abffce17-cc93-4c6a-8955-de2d0f4cc885",
      "name": "设置消息",
      "type": "n8n-nodes-base.set",
      "position": [
        1140,
        900
      ],
      "parameters": {
        "values": {
          "string": [
            {
              "name": "message",
              "value": "=⚠️ Workflow `{{$json[\"workflow\"][\"name\"]}}` failed to run! [execution]({{ $json.execution.url }})"
            }
          ]
        },
        "options": {},
        "keepOnlySet": true
      },
      "typeVersion": 1
    },
    {
      "id": "1e5c4af6-30ae-45b8-bca7-048a656ce9bd",
      "name": "便签3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        800,
        700
      ],
      "parameters": {
        "color": 5,
        "width": 424.4907862645661,
        "height": 154.7766688696994,
        "content": "### 👨‍🎤 设置"
      },
      "typeVersion": 1
    },
    {
      "id": "845ddf26-2d40-4cc6-843b-ccb3b365fbfb",
      "name": "Telegram",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1360,
        900
      ],
      "parameters": {
        "text": "={{ $json.message }}",
        "chatId": "1688282582",
        "additionalFields": {
          "appendAttribution": false
        }
      },
      "credentials": {
        "telegramApi": {
          "id": "6",
          "name": "mymontsbot token"
        }
      },
      "typeVersion": 1.1
    },
    {
      "id": "90db96b8-0e43-4977-b455-3e6813211640",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1380,
        1080
      ],
      "parameters": {
        "width": 241,
        "height": 80,
        "content": "### 👆🏽 在此处设置聊天 ID"
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "On Error": {
      "main": [
        [
          {
            "node": "Set message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set message": {
      "main": [
        [
          {
            "node": "Telegram",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

初级 - 构建模块

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
初级
节点数量5
分类1
节点类型4
难度说明

适合 n8n 新手,包含 1-5 个节点的简单工作流

作者
外部链接
在 n8n.io 查看

分享此工作流