You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have built a Teams bot using the Microsoft 365 Agents Toolkit for Python (microsoft-teams-ai) and the bot works correctly for normal conversations.
Now I need to send a proactive message to a Teams user when an external trigger happens (example: Postman request, webhook, or Power Automate call).
My question:
Is it possible to send a proactive message using Python and the M365 Agents Toolkit, triggered externally?
If yes:
What is the correct approach for proactive messaging using the microsoft-teams-ai SDK only?
Do I need BotBuilder or should this work without BotBuilder?
Is there another recommended approach (Graph Notifications, something else)?
Is there an official sample using the Python M365 Agents Toolkit?
I’m specifically asking about proactive messages initiated outside the Teams conversation, coming from Postman/Power Automate, and delivered to the user in Teams.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have built a Teams bot using the Microsoft 365 Agents Toolkit for Python (microsoft-teams-ai) and the bot works correctly for normal conversations.
Now I need to send a proactive message to a Teams user when an external trigger happens (example: Postman request, webhook, or Power Automate call).
My question:
Is it possible to send a proactive message using Python and the M365 Agents Toolkit, triggered externally?
If yes:
What is the correct approach for proactive messaging using the microsoft-teams-ai SDK only?
I’m specifically asking about proactive messages initiated outside the Teams conversation, coming from Postman/Power Automate, and delivered to the user in Teams.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions