8
n8n 中文网amn8n.com

我的错误处理工作流

初级

这是一个DevOps领域的自动化工作流,包含 4 个节点。主要使用 Gmail, ErrorTrigger 等节点。 通过Gmail自动发送工作流错误通知

前置要求
  • Google 账号和 Gmail API 凭证

使用的节点 (4)

工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "meta": {
    "instanceId": "b9d26382fbc087c17fe86e193d09f32e5d99f4a254d13f3b8ee28079e71766cf"
  },
  "name": "我的错误处理工作流",
  "tags": [],
  "nodes": [
    {
      "id": "bb79f784-ce85-49ad-af14-666d8beee75c",
      "name": "便签 — 请阅读",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -416,
        96
      ],
      "parameters": {
        "width": 520,
        "height": 320,
        "content": "## 设置(请阅读)"
      },
      "typeVersion": 1
    },
    {
      "id": "6d160f0f-6637-42af-acef-52aaa8ceb2d7",
      "name": "错误触发器",
      "type": "n8n-nodes-base.errorTrigger",
      "position": [
        144,
        112
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "7b16e9f0-16e7-4ca0-9858-0c5b73e08d76",
      "name": "发送消息",
      "type": "n8n-nodes-base.gmail",
      "position": [
        528,
        112
      ],
      "parameters": {
        "toList": "your-email@example.com",
        "message": "A workflow failed.\\n\\nWorkflow: {{$json[\"workflow\"][\"name\"]}} ({{$json[\"workflow\"][\"id\"]}})\\nExecution ID: {{$json[\"execution\"][\"id\"] || \"N/A\"}}\\nLast node: {{$json[\"execution\"][\"lastNodeExecuted\"] || \"N/A\"}}\\nError: {{$json[\"execution\"][\"error\"][\"message\"]}}\\nExecution URL: {{$json[\"execution\"][\"url\"] || \"N/A\"}}",
        "subject": "n8n: {{$json[\"workflow\"][\"name\"]}} (ID {{$json[\"workflow\"][\"id\"]}}) failed",
        "resource": "message",
        "additionalFields": {}
      },
      "typeVersion": 1
    },
    {
      "id": "065d4139-3ed8-4d52-ba06-7964336fa2c9",
      "name": "便签 — 发布",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        416,
        272
      ],
      "parameters": {
        "width": 420,
        "height": 220,
        "content": "## 发布清单"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "",
  "connections": {
    "Error Trigger": {
      "main": [
        [
          {
            "node": "Send a message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

初级 - 开发运维

需要付费吗?

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

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

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

外部链接
在 n8n.io 查看

分享此工作流