Documentation Index
Fetch the complete documentation index at: https://help.teable.ai/llms.txt
Use this file to discover all available pages before exploring further.
用 AI 创建
打开表格右侧边栏的 AI 对话,告诉 AI 你想要什么。例如: “新建高优先级工单时,向 #support Slack 频道发送消息,包含工单标题和描述” AI 会自动创建完整的工作流。你可以查看生成的脚本,用真实数据测试,确认无误后启用。前提条件
你需要从聊天平台获取一个 Webhook URL:- Slack: 创建一个 Incoming Webhook
- Discord: 服务器设置 → 集成 → Webhooks → 新建 Webhook
- Teams: 频道 → 连接器 → Incoming Webhook
手动设置
- 创建工作流,触发器选择 记录创建时。
- 选择你的工单表。
- 添加筛选条件:
优先级是高。 - 点击测试。
- 添加操作 → HTTP 请求。
- 配置:
- 方法:POST
- URL:你的 Webhook URL
- Content-Type:
application/json - Body(Slack 格式):
- 使用 + 按钮动态插入工单标题。
- 点击测试,然后启用。
适配 Discord
Discord 使用"content" 代替 "text":

