Channel Capabilities
| Feature | Supported | Notes |
|---|---|---|
| Direct Messages | ✓ | Full support for 1:1 conversations |
| Group Chats | ✓ | Participate in group conversations |
| Media Messages | ✓ | Send and receive images, files |
| Voice Messages | — | Not available |
| Reactions | ✓ | React to messages with emoji |
| Threads | ✓ | Threaded conversation support |
| Native Commands | ✓ | Platform-specific slash commands |
Access Control Policies
DM Policies
Control who can send direct messages to your bot:
allowlist Only senders in the allowFrom list can interact with the bot.
open All direct messages are processed (requires allowFrom: ["*"]).
Group Policies
Control which groups your bot participates in:
allowlist Only groups in groupAllowFrom are processed.
open Bot responds in all groups it is added to.
Setup Guide
- Register an app in Azure Portal
- Create a Bot Channel Registration
- Configure Teams channel in Azure
- Set app credentials in openclaw.json
- Deploy and add bot to Teams
Configuration Example
{
"channels": {
"msteams": {
"appId": "${MSTEAMS_APP_ID}",
"appPassword": "${MSTEAMS_APP_PASSWORD}"
}
}
} Use Microsoft Teams with AI Providers
Connect Microsoft Teams to your preferred AI model provider:
Anthropic
Creator of Claude AI models with advanced reasoning capabilities
View Guide →OpenAI Codex
GPT models with broad capabilities and wide ecosystem support
View Guide →Google Gemini
Multimodal AI with competitive pricing and speed
View Guide →OpenRouter
Unified API gateway to multiple AI providers
View Guide →Ollama
Run open-source LLMs locally with no API costs
View Guide →AWS Bedrock
Enterprise AI through AWS with compliance and security
View Guide →OpenAI (Standard)
Standard OpenAI API for GPT models
View Guide →