$cd ../integrations/
💬 MessagingEnterprisev2026.3+
$ cat teams-integration.md

openclaw.connect('microsoft-teams')

/** @openclaw 总结今天的频道内容——在任何 Teams 工作区中使用 */

✨ 核心功能

频道监控

OpenClaw 监控指定频道,创建重要对话、决策和行动项的每日摘要。

会议总结

Teams 会议结束后,OpenClaw 读取转录内容,向参与者发送结构化笔记和行动项。

交互式机器人命令

@openclaw 后接任何请求——调研主题、起草回复、创建工单、查询数据库。

知识库搜索

使用自然语言搜索组织的文档和 Wiki。OpenClaw 返回相关答案及来源链接。

审批工作流

通过 Teams 创建自定义审批链。OpenClaw 路由请求、跟踪审批、自动更新状态。

config.yaml

⚙️ 配置

# openclaw/config.yaml
integrations:
microsoft-teams:
enabled: true
tenant_id: "your-azure-tenant-id"
client_id: "your-app-client-id"
client_secret: "$TEAMS_SECRET"
monitored_channels: ["engineering", "product"]
daily_digest: true
meeting_summaries: true
example.log

💬 示例对话

// #engineering channel
@sarah: Can someone check why the staging deploy failed?
@openclaw: I checked the CI logs. The staging deploy failed due to a timeout in the database migration step (migration #47). The migration adds an index on the `events` table which has 12M rows. Recommendation: run the migration during off-hours or use CREATE INDEX CONCURRENTLY.
@sarah: @openclaw create a Jira ticket for this
@openclaw: ✓ Created INFRA-892: "Fix staging deploy timeout in migration #47" — assigned to on-call, priority P2.

🔒 企业安全

通过 Microsoft Graph API 端到端加密通信
Azure AD OAuth 2.0 认证
数据永不离开你的基础设施——OpenClaw 自托管
所有机器人交互的审计日志
基于角色的频道访问控制

❓ FAQ

Q1. 需要管理员审批吗?

需要。Teams 应用需要租户管理员审批 Webhook 访问。

Q2. 支持移动端吗?

支持。桌面、Web 和移动 Teams 客户端均可。
← 返回集成列表