Simple Teams Bot
Simple Teams Bot
A Teams bot that listens for @mentions, presents an interactive Adaptive Card, and responds with live data from Microsoft Graph based on the user's button selection
VariablesFlow-local variable🤖 Teams Help Bot
This flow powers an interactive Teams bot that responds to @mentions containing the word "help".
When triggered, it sends an Adaptive Card with three action buttons:
👤 Get My User Info — Fetches the user's profile from Microsoft Graph (name, email, job title, department) and updates the card with the results.
📡 Get Channel Info — Fetches details about the current Teams channel (display name, description, membership type, URL) and updates the card.
📋 List Teams — Lists all teams in the organization and updates the card with their names, visibility, and descriptions.
Mentions that don't contain "help" receive a generic unknown command reply via Send Unknown Command.
The team ID is provided via the TEAM_ID flow-local variable.