Microsoft Teams ​
Manage teams, channels, messages, and meetings via Microsoft Graph.
| Detail | Value |
|---|---|
| Category | Productivity |
| Base URL | https://graph.microsoft.com/v1.0 |
| Authentication | OAuth2 |
| Endpoints | 6 |
| Connector key | microsoft-teams |
Using Microsoft Teams in a workflow ​
- Go to Connections and click New Connection.
- Pick Microsoft Teams from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /me/joinedTeams | List joined teams |
| POST /teams | Create a team |
| GET /teams/{teamId}/channels | List channels in a team |
| POST /teams/{teamId}/channels/{channelId}/messages | Send a channel message |
| GET /teams/{teamId}/members | List team members |
| POST /me/onlineMeetings | Create an online meeting |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.