Actions
| Name | Description |
|---|---|
list_teamsList all teams the user has joined | List all teams the user has joined |
list_channelsList channels in a team | List channels in a team |
send_channel_messageSend a message to a Teams channel | Send a message to a Teams channel |
create_channelCreate a new channel in a team | Create a new channel in a team |
list_membersList members of a team | List members of a team |
send_chat_messageSend a message to a 1:1 or group chat | Send a message to a 1:1 or group chat |
custom_api_callMake a custom API call to the Microsoft Graph API | Make a custom API call to the Microsoft Graph API |
Triggers
| Name | Description |
|---|---|
new_messageTriggers when a new message is posted in a Teams channel | Triggers when a new message is posted in a Teams channel |
new_channelTriggers when a new channel is created in a team | Triggers when a new channel is created in a team |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'microsoft-teams',
actionName: 'list_teams',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Microsoft Teams to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Microsoft Teams support?
Microsoft Teams supports 7 actions including List Teams, List Channels, Send Channel Message, Create Channel, List Members, and more.
Can I use Microsoft Teams with AI agents?
Yes. Add Microsoft Teams to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Microsoft Teams use?
Microsoft Teams uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Microsoft Teams integration cost?
The Microsoft Teams integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Microsoft Teams support?
Microsoft Teams supports 2 triggers including New Channel Message, New Channel.
Connect Microsoft Teams in 2 minutes
Get 1,000 free actions every month. No credit card required.