🚀 Quickstart
Connect to Microsoft Teams Bot with Nango and see data flow in 2 minutes.Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Microsoft Teams Bot.
Authorize Microsoft Teams Bot
Go to Connections -> Add Test Connection -> Authorize, enter your Tenant ID then log in to Microsoft. Later, you’ll let your users do the same directly from your app.
Call the Bot / Microsoft API
Use the proxy to call the Bot Framework Connector or Microsoft Graph. 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.
📚 Microsoft Teams Integration Guides
Nango maintained guides for common use cases.- How to register your own Microsoft Teams Bot — Create an Azure Bot resource and get credentials to connect it to Nango.
- Connect: Tenant ID — Find your Tenant ID and enter it in the Connect UI when creating a connection.