👻 异常流程

初级

这是一个Support、AI领域的自动化工作流,包含 2 个节点。主要使用 Slack、ErrorTrigger 等节点,结合人工智能技术实现智能自动化。 AI聊天机器人呼叫中心:通用异常流程(生产就绪,第8部分)

前置要求
  • Slack Bot Token 或 Webhook URL

使用的节点 (2 个)

分类

工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "vuso7W8t402BPcT2",
  "meta": {
    "instanceId": "daae7bb90c8655b08e0b68de8a52b1178f2812f6a234efb0b0509279dbb70b3e",
    "templateCredsSetupCompleted": true
  },
  "name": "👻 异常流程",
  "tags": [
    {
      "id": "no8Mb078mvRgw7PS",
      "name": "DEMO",
      "createdAt": "2025-04-30T05:34:10.330Z",
      "updatedAt": "2025-04-30T05:34:10.330Z"
    }
  ],
  "nodes": [
    {
      "id": "6bc5bef1-2356-4547-b8b6-77d4b1983365",
      "name": "错误触发器",
      "type": "n8n-nodes-base.errorTrigger",
      "position": [
        0,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "42f2e2c9-40f7-4201-86c5-892b212863d3",
      "name": "👻 异常警报",
      "type": "n8n-nodes-base.slack",
      "notes": "#demo-n8n-error",
      "position": [
        200,
        0
      ],
      "webhookId": "ce7e102d-a603-48c5-a98d-cf77c12a425f",
      "parameters": {
        "text": "=👻 Exception @DEMO\nWorkflow: {{ $json.workflow.name }}\nUrl: {{ $json.execution.url }}\n{{ $json.execution.error.message }}",
        "select": "channel",
        "channelId": {
          "__rl": true,
          "mode": "name",
          "value": "#demo-n8n-error"
        },
        "otherOptions": {
          "includeLinkToWorkflow": false
        }
      },
      "credentials": {
        "slackApi": {
          "id": "OyogAHAqFcm9lfW5",
          "name": "Slack @Chatpay CS"
        }
      },
      "notesInFlow": true,
      "typeVersion": 2.3
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "timezone": "Etc/UTC",
    "callerPolicy": "workflowsFromSameOwner",
    "executionOrder": "v1",
    "executionTimeout": -1
  },
  "versionId": "5892bd8a-0aa1-4816-a247-f80e49fb5b02",
  "connections": {
    "Error Trigger": {
      "main": [
        [
          {
            "node": "👻 Exception Alert",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

这是一个初级难度的工作流,适用于Support、AI等场景。适合 n8n 新手,包含 1-5 个节点的简单工作流

需要付费吗?

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

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

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

作者
ChatPayLabs

ChatPayLabs

@chatpaylabs

Production Ready AI n8n Workflow Templates Startup Fundraising 💰 Support Us 🦄

外部链接
在 n8n.io 上查看 →

分享此工作流