Documentation Index
Fetch the complete documentation index at: https://beaver.voc.ai/llms.txt
Use this file to discover all available pages before exploring further.
How It Works
配置完成后,你的系统(Your System)与 Shulex AI 将通过以下流程协同处理工单:Webhook 返回
code=200 只表示 Shulex 已接收并进入处理链路,不代表 AI 回复已经完成。完整工单内容不从 Webhook body 读取,而是通过 queryUrl 拉取。调用方向速查
| # | 步骤 | 方向 | 接口 | 谁实现 |
|---|---|---|---|---|
| 1 | Trigger Notification | 你的系统 → Shulex AI | Webhook 推送 | Shulex 提供 |
| 2 | Fetch Ticket | Shulex AI → 你的系统 | queryUrl 工单查询 | 第三方实现 |
| 3 | AI Processing | Shulex AI 内部 | — | — |
| 4 | Push Reply | Shulex AI → 你的系统 | replyUrl AI 回复回调 | 第三方实现 |
| 5 | Update Tags(可选) | Shulex AI → 你的系统 | tagsUrl 标签回调 | 第三方实现 |