🚨 将 n8n 工作流错误直接报告到您的邮箱
初级
这是一个Building Blocks领域的自动化工作流,包含 4 个节点。主要使用 Gmail, ErrorTrigger 等节点。 🚨 将 n8n 工作流错误直接报告到您的邮箱
前置要求
- •Google 账号和 Gmail API 凭证
使用的节点 (4)
分类
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"nodes": [
{
"id": "dee0969b-e780-400c-a8d2-383a392b9432",
"name": "出错时",
"type": "n8n-nodes-base.errorTrigger",
"position": [
880,
900
],
"parameters": {},
"typeVersion": 1
},
{
"id": "018f4497-2a68-4de7-a59a-b6714d9211af",
"name": "便签 3",
"type": "n8n-nodes-base.stickyNote",
"position": [
800,
700
],
"parameters": {
"color": 5,
"width": 424.4907862645661,
"height": 154.7766688696994,
"content": "### 👨🎤 设置"
},
"typeVersion": 1
},
{
"id": "b5d560c0-1de1-4e6c-be4d-0fef1dd42e9e",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
1140,
1080
],
"parameters": {
"width": 241,
"height": 80,
"content": "### 👆🏽 在此处设置目标邮箱"
},
"typeVersion": 1
},
{
"id": "f1a73854-5b24-407e-9584-0448ae66f7a0",
"name": "Gmail",
"type": "n8n-nodes-base.gmail",
"position": [
1120,
900
],
"parameters": {
"sendTo": "SET YOUR EMAIL HERE",
"message": "=⚠️ Workflow `{{$json[\"workflow\"][\"name\"]}}` failed to run!\nYou can find the execution here: {{ $json.execution.url }}\n\nerror message from node {{ $json.execution.lastNodeExecuted }}: {{ $json.execution.error.message }}\n\n {{ $json.execution.error.stack }}",
"options": {},
"subject": "=🚨 Error in workflow: {{ $json.workflow.name }}",
"emailType": "text"
},
"credentials": {
"gmailOAuth2": {
"id": "8",
"name": "Work Gmail account"
}
},
"typeVersion": 2.1
}
],
"pinData": {},
"connections": {
"On Error": {
"main": [
[
{
"node": "Gmail",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
初级 - 构建模块
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
🚨 将 n8n 工作流错误报告到 Telegram
🚨 将 n8n 工作流错误报告到 Telegram
Set
Telegram
Error Trigger
+1
5 节点Mutasem
构建模块
🤖 高级 Slackbot(n8n)
🤖 高级 Slackbot(n8n)
If
Set
Code
+9
34 节点Mutasem
工程
自动归档 Gmail 收件箱邮件
自动归档 Gmail 收件箱邮件
Gmail
Filter
Item Lists
+2
10 节点Mutasem
其他
任意RSS源转邮件
将任意RSS源转换为邮件
If
Set
Gmail
+6
10 节点Mutasem
其他
高级AI演示(在AI开发者第14次聚会中展示)
高级AI演示(在AI开发者第14次聚会中展示)
If
Code
Gmail
+19
39 节点Max Tkacz
构建模块
在 Todoist 中自动创建每日待办事项列表
在 Todoist 中自动创建每日待办事项列表
If
Code
Filter
+3
13 节点Mutasem
其他