ZelaxyDocs
Tool Integrations
Tool

Microsoft Teams

Send messages and manage channels in Microsoft Teams

Microsoft Teams

Send messages, list channels, and interact with Microsoft Teams from your workflows. Uses Microsoft Graph API with OAuth authentication.

Overview

PropertyValue
Typemicrosoft_teams
CategoryTool — Communication
AuthOAuth 2.0 (Microsoft)

Operations

OperationDescription
Send MessagePost a message to a channel
List ChannelsGet channels in a team
List TeamsGet all teams you belong to

Configuration

SettingTypeDescription
Microsoft AccountOAuthConnect Microsoft 365
TeamDropdownSelect a team
ChannelChannel selectorSelect a channel
MessageLong textMessage content with {{variables}}

Outputs

FieldTypeDescription
messageIdstringPosted message ID
contentstringMessage or list data

Example: Daily Standup Summary

Workflow:

[Starter (schedule: daily 9am)] → [Agent: Summarize PRs] → [Teams: Post]

Every morning, the Agent summarizes open GitHub PRs and posts the summary to the #dev-standup Teams channel.

Tips

  • OAuth permissions — ensure your app registration has ChannelMessage.Send permissions
  • Teams supports HTML in messages for rich formatting
  • Use with Outlook for a complete Microsoft 365 automation stack