Previewv2.1.0
Getting Started
1
Create or Select a Project
Set up a new project or select an existing one. See Organizations & Projects.
2
Configure the Connector
Enable the connector and set up a Connector Profile in your project. See Setup Connector Profile.Optionally, configure receiving Events for Microsoft Teams into StackOne.
Connector Profile · OAuth 2.0
Delegated access on behalf of a signed-in user. Required for actions on chats, user profiles, and /me endpoints.
Connector Profile · OAuth 2.0 (Client Credentials)
App-only access without a signed-in user. Best for background services and automation. Cannot access user-specific endpo…
Connector Profile · OAuth 2.0 (with Bot Framework)
Delegated access with bot messaging capabilities. Uses a single app registration for both Graph API and Bot Framework. T…
Webhooks setup
3
Link an Account
Link an account from the dashboard (or via StackOne Hub).See the guide for the authentication type chosen in the Connector Profile:
Link Account · OAuth 2.0
Link Account · OAuth 2.0 (Client Credentials)
Link Account · OAuth 2.0 (with Bot Framework)
4
Use Actions
Connect an AI platform to the linked account’s actions. See AI Platforms.Other ways to call actions are listed in Protocols & SDKs.
Actions
Events
References
Microsoft Graph API
Full REST API reference for Microsoft Graph.
Build a bot for Microsoft Teams
Guide for building bots to leverage the messaging API for agentic use cases.