Microsoft Teams
Learn how to use Microsoft Teams with Composio
Overview
Enum
MICROSOFT_TEAMS
Description
Connect to Microsoft Teams to manage channels.
Authentication Details
OAUTH2
Actions
MICROSOFT_TEAMS_CREATE_MEETING
Creates a new online meeting in microsoft teams using the microsoft graph api. this creates a standalone meeting that isn’t associated with any event on the user’s calendar.
Action Parameters
Action Response
MICROSOFT_TEAMS_TEAMS_POST_CHANNEL_MESSAGE
Posts a message to a channel in microsoft teams using the microsoft graph api.
Action Parameters
Action Response
MICROSOFT_TEAMS_TEAMS_POST_CHAT_MESSAGE
Posts a message to a chat in microsoft teams using the microsoft graph api.
Action Parameters
Action Response
MICROSOFT_TEAMS_CHATS_GET_ALL_CHATS
Retrieve a list of all chats that a user is part of in microsoft teams using the microsoft graph api.
Action Parameters
Action Response
MICROSOFT_TEAMS_TEAMS_CREATE_CHAT
Creates a new microsoft teams chat (one-on-one or group) via ms graph. if a ‘oneonone’ chat already exists for the same 2 members, the existing chat is returned.
Action Parameters
Action Response
MICROSOFT_TEAMS_TEAMS_CREATE_CHANNEL
Creates a new channel in a microsoft teams team using the microsoft graph api.
Action Parameters
Action Response
MICROSOFT_TEAMS_TEAMS_POST_MESSAGE_REPLY
Posts a reply to a message in a microsoft teams channel using the microsoft graph api.
Action Parameters
Action Response
MICROSOFT_TEAMS_TEAMS_LIST
Retrieves a list of all microsoft teams within the organization using the microsoft graph api.
Action Parameters
Action Response
MICROSOFT_TEAMS_TEAMS_LIST_CHAT_MESSAGES
Retrieves a list of messages from a microsoft teams chat using the microsoft graph api.
Action Parameters
Action Response
MICROSOFT_TEAMS_CHATS_GET_ALL_MESSAGES
Retrieve all messages from a specific microsoft teams chat using the microsoft graph api.
Action Parameters
Action Response
MICROSOFT_TEAMS_TEAMS_LIST_PEOPLE
Retrieve a collection of person objects from microsoft graph people api. returns the raw json response in ‘response data’.
Action Parameters
Action Response
MICROSOFT_TEAMS_TEAMS_LIST_CHANNELS
Retrieves a list of channels within a microsoft teams team using the microsoft graph api.
Action Parameters
Action Response
MICROSOFT_TEAMS_TEAMS_GET_MESSAGE
Retrieve a specific message from a microsoft teams channel using the microsoft graph api.
Action Parameters
Action Response