Microsoft Teams automation
Fire the workflow on Microsoft Graph change notifications (chat / channel messages).
2 fields
List teams the signed-in user is a member of.
Retrieve a team's properties and settings.
1 field
Create a new team (async; returns an operation location).
3 fields
Update a team's properties (PATCH).
Archive a team (read-only for members; POST /archive).
Restore an archived team (POST /unarchive).
List channels in a team.
Retrieve a single channel.
Create a standard / private / shared channel in a team.
4 fields
Soft-delete a channel.
Update a channel's properties (PATCH).
List the members of a channel (private/shared channels).
List top-level messages in a channel.
Retrieve a single channel message.
Post a message to a channel (delegated ChannelMessage.Send).
Reply within a channel message thread.
5 fields
List replies in a channel message thread.
List the signed-in user's 1:1 / group / meeting chats.
Retrieve a single chat.
Create a new 1:1 or group chat with members.
List messages in a chat.
Post a message to an existing chat (delegated ChatMessage.Send).
Fetch a single chat message.
List the members of a chat.
List members and their roles in a team.
Add a member to a team.
Remove a member from a team.
List apps installed in a team.
Install an app from the catalog into a team.
List tabs pinned to a channel.
Pin a configured tab to a channel.
Create a Teams online meeting and get the join URL.
Retrieve an online meeting's details.
Get a user's availability / activity (e.g. Available, Busy).
Get the signed-in user's presence.
Remove a tab from a channel.
Uninstall an app from a team.
Wire Microsoft Teams into a coding agent and let it use these operations as tools.
Start building workflows in minutes with our visual builder. No code required.