n8n错误报告至Line
初级
这是一个Other领域的自动化工作流,包含 5 个节点。主要使用 HttpRequest, ErrorTrigger 等节点。 将n8n错误报告发送到LINE
前置要求
- •可能需要目标 API 的认证凭证
使用的节点 (5)
分类
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "ePnGZtZ8zLcf1UZZ",
"meta": {
"instanceId": "558d88703fb65b2d0e44613bc35916258b0f0bf983c5d4730c00c424b77ca36a",
"templateCredsSetupCompleted": true
},
"name": "n8n 错误报告至 Line",
"tags": [
{
"id": "0xpEHcJjNRRRMtEj",
"name": "lin",
"createdAt": "2025-03-12T05:06:24.112Z",
"updatedAt": "2025-03-12T05:06:24.112Z"
},
{
"id": "U1ozjO3iXQZWUyfG",
"name": "_Blueprint",
"createdAt": "2025-03-12T06:24:40.268Z",
"updatedAt": "2025-03-12T06:24:40.268Z"
}
],
"nodes": [
{
"id": "c45a01a5-289b-4927-8bba-4bb1029a7129",
"name": "错误触发器",
"type": "n8n-nodes-base.errorTrigger",
"position": [
-240,
-80
],
"parameters": {},
"typeVersion": 1
},
{
"id": "1e3f7a7e-8be4-4fec-973f-befb477e6957",
"name": "HTTP 请求",
"type": "n8n-nodes-base.httpRequest",
"position": [
40,
-80
],
"parameters": {
"url": "https://api.line.me/v2/bot/message/push",
"method": "POST",
"options": {},
"jsonBody": "={\n \"to\": \"<UID HERE>\",\n \"messages\":[\n {\n \"type\":\"text\",\n \"text\":\"🚨Your n8n flow is dead.🚨\\n\\nName: {{ $json.workflow.name }} \\nURL: {{ $json.execution.url }}\"\n }\n ]\n}",
"sendBody": true,
"specifyBody": "json",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "lKd3b2nc8uNJ148Z",
"name": "Line @271dudsw MiniBear"
}
},
"typeVersion": 4.2
},
{
"id": "5bcf04cc-2c3e-4e37-a134-fcc42326afc3",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
-340,
-400
],
"parameters": {
"width": 660,
"content": "## 错误处理"
},
"typeVersion": 1
},
{
"id": "22b66275-e111-45c8-b7bc-b6c03b55fd02",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-300,
-220
],
"parameters": {
"color": 5,
"height": 300,
"content": "## 错误触发器"
},
"typeVersion": 1
},
{
"id": "5a2c1b3b-2546-47e6-bb9f-b9b8d7c63d65",
"name": "便签2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-40,
-220
],
"parameters": {
"color": 4,
"width": 320,
"height": 300,
"content": "## 发送 Line 消息"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "4a774ee1-96b8-4a81-858d-6c5b0d24ba03",
"connections": {
"Error Trigger": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
初级 - 其他
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
感恩罐提醒
基于AI的LINE感恩提醒工作流程
Set
Http Request
Schedule Trigger
+3
9 节点lin@davoy.tech
其他
聊天机器人AI
在LINE上构建您自己的心理咨询聊天机器人,支持心理健康对话
If
Set
Webhook
+4
14 节点lin@davoy.tech
其他
中文翻译器
通过Line和OpenRouter进行中文翻译(文本和图片)
Switch
Webhook
Http Request
+2
21 节点lin@davoy.tech
其他
YogiAI
通过LINE获取每日锻炼计划和富媒体消息
Set
Code
Split Out
+10
31 节点lin@davoy.tech
其他
MiniBear Webhook
使用GPT的LINE消息处理:保存笔记、名片数据和任务
If
Switch
Webhook
+8
45 节点lin@davoy.tech
其他
Facebook帖子自动化
使用Gemini和Recraft.ai自动化Facebook中文教学帖子发布
Code
Http Request
Agent
+5
17 节点lin@davoy.tech
多模态 AI