Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
π Quickstart
Connect to Microsoft Teams with Nango and see data flow in 2 minutes.Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Microsoft Teams.
Authorize Microsoft Teams
Go to Connections -> Add Test Connection -> Authorize, then log in to Microsoft Teams. Later, youβll let your users do the same directly from your app.
Call the Microsoft Teams API
Letβs make your first request to the Microsoft Teams (Microsoft Graph) API (fetch a list of teams joined by the authenticated user). Replace the placeholders below with your secret key, integration ID, and connection ID:Or fetch credentials dynamically via the Node SDK or API.β
Youβre connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.
π Microsoft Teams Integration Guides
Nango maintained guides for common use cases.- How to register your own Microsoft Teams OAuth app
Register an OAuth app with Microsoft Teams and obtain credentials to connect it to Nango
π§© Pre-built syncs & actions for Microsoft Teams
Enable them in your dashboard. Extend and customize to fit your needs.Channels
| Function name | Description | Type | Source code |
|---|---|---|---|
create-channel-message | Post a root message in a channel | Action | π Github |
create-channel-tab | Add a tab to a channel. | Action | π Github |
create-channel | Create a channel in a team. | Action | π Github |
delete-channel | Delete a channel from a team | Action | π Github |
get-channel-message | Retrieve a channel message by ID. | Action | π Github |
get-channel | Retrieve a channel by ID. | Action | π Github |
list-channel-messages | List root messages in a channel. | Action | π Github |
list-channel-replies | List replies under a channel message thread | Action | π Github |
list-channel-tabs | List tabs configured on a channel. | Action | π Github |
list-channels | List channels in a team. | Action | π Github |
update-channel | Update mutable channel properties. | Action | π Github |
Chats
| Function name | Description | Type | Source code |
|---|---|---|---|
create-chat-message | Send a message in a chat | Action | π Github |
create-chat | Create a one-on-one or group chat. | Action | π Github |
get-chat-message | Retrieve a chat message by ID. | Action | π Github |
list-chat-members | List members in a chat | Action | π Github |
list-chat-messages | List messages in a chat. | Action | π Github |
list-chats | List chats for a user. | Action | π Github |
Messages
| Function name | Description | Type | Source code |
|---|---|---|---|
reply-to-channel-message | Reply to a channel message thread. | Action | π Github |
Teams
| Function name | Description | Type | Source code |
|---|---|---|---|
add-team-member | Add a member to a team | Action | π Github |
create-team | Create a team from a template or existing group. | Action | π Github |
get-team | Retrieve a team by ID. | Action | π Github |
list-joined-teams | List teams the user has joined | Action | π Github |
list-team-members | List members in a team. | Action | π Github |
remove-team-member | Remove a member from a team. | Action | π Github |
Others
| Function name | Description | Type | Source code |
|---|---|---|---|
get-chat | Retrieve a chat by ID. | Action | π Github |
channel-message-replies | Sync replies for selected channel message threads | Sync | π Github |
channel-messages | Sync root channel messages for selected channels | Sync | π Github |
chat-members | Sync member rosters for chats | Sync | π Github |
chat-messages | Sync chat messages across user chats. | Sync | π Github |
chats | Sync chats available to the user. | Sync | π Github |
joined-teams | Sync the teams joined by a user | Sync | π Github |
org-units | Sync Microsoft 365 or Entra groups used as organizational units | Sync | π Github |
team-channels | Sync channels for selected teams. | Sync | π Github |
team-members | Sync team membership rosters | Sync | π Github |
users | Sync directory users relevant to Microsoft Teams workspaces | Sync | π Github |