eavz
Microsoft Teams

Microsoft Teams

Team collaboration and communication platform

7 actions
2 triggers

Actions

Name
list_teams

List all teams the user has joined

list_channels

List channels in a team

send_channel_message

Send a message to a Teams channel

create_channel

Create a new channel in a team

list_members

List members of a team

send_chat_message

Send a message to a 1:1 or group chat

custom_api_call

Make a custom API call to the Microsoft Graph API

Triggers

Name
new_message

Triggers when a new message is posted in a Teams channel

new_channel

Triggers when a new channel is created in a team

Quick Start

TypeScript
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.