Microsoft Teams Action Block
The Microsoft Teams Action Block lets you send messages, manage channels, and interact with Teams from your workflows.
⚠️
Requires Microsoft Graph API credentials via Azure AD OAuth 2.0 with Teams permissions.
Supported Actions
- Send Message - Send a message to a channel or chat.
- Create Channel - Create a new channel in a team.
- List Channels - Retrieve channels for a given team.
- List Teams - Fetch teams the authenticated user belongs to.
- Reply to Message - Post a reply in a message thread.
Configuration
- OAuth Credentials - Azure AD Client ID, Secret, and Tenant ID.
- Team ID - Target team identifier.
- Channel ID - Target channel for message or management operations.
- Message Content - Text or adaptive card content to send.
Use Cases
- Send automated workflow notifications to a Teams channel.
- Create project channels automatically when new projects are started.
- Route support requests from a chatbot to a Teams channel for agent pickup.