← All integrations

Microsoft Teams

25 operations4 webhooks

Workplace collaboration hub for chat, meetings, channels, and Microsoft 365 team communication.

Supported operations

  • CreateWrite

    Create a new channel in a team

  • DeleteDestructive

    Delete a channel

  • GetRead-only

    Get details of a specific channel

  • ListRead-only

    List channels in a team

  • UpdateWrite

    Update a channel

Supported triggers

  • Created

    A channel was created, updated, or deleted in a team

  • Message

    A message was created or updated in a team channel

FAQ

Install corsair and @corsair-dev/teams, add the Microsoft Teams plugin, and connect with OAuth. Then call methods like corsair.teams.api.channels.create() from your app. Corsair verifies webhooks, stores tokens, and syncs data per tenant.

Yes. Microsoft Teams needs an OAuth app with scopes that match what you automate. Register the app in Microsoft Teams, configure redirect URLs, then connect through Corsair or managed OAuth in Hub.

Yes. One Corsair client can hit Microsoft Teams, GitHub, Notion, Stripe, and the rest. Trigger Microsoft Teams from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.

Teams use Corsair for workplace collaboration hub for chat, meetings, channels, and microsoft 365 team communication. Common builds include sync jobs, admin tooling, and agents that call Microsoft Teams APIs from your backend. Webhook handlers react to Microsoft Teams events and fan out to Slack, email, or other plugins in the same tenant. Local DB entities let you query synced Microsoft Teams records without hitting the API on every read.

The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per Microsoft Teams API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.

We maintain @corsair-dev/teams in the open repo. When Microsoft Teams ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.

No. Corsair does not read your Microsoft Teams data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Microsoft Teams data on your behalf.