Skip to content

Microsoft Teams ​

Manage teams, channels, messages, and meetings via Microsoft Graph.

DetailValue
CategoryProductivity
Base URLhttps://graph.microsoft.com/v1.0
AuthenticationOAuth2
Endpoints6
Connector keymicrosoft-teams

Using Microsoft Teams in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Microsoft Teams from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /me/joinedTeamsList joined teams
POST /teamsCreate a team
GET /teams/{teamId}/channelsList channels in a team
POST /teams/{teamId}/channels/{channelId}/messagesSend a channel message
GET /teams/{teamId}/membersList team members
POST /me/onlineMeetingsCreate an online meeting

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.