Forum Discussion
salmannaeem17
Dec 18, 2024Copper Contributor
How to Deploy a Bot Application to All Chats and Channels in Microsoft Teams for Enterprise?
Hi, I have developed a bot application for Microsoft Teams and am looking for an enterprise-level solution to deploy it. The goal is to allow an admin to install the app across all chats and channel...
Meghana-MSFT
Microsoft
Dec 19, 2024Hi salmannaeem17 -
- As an admin, you use app setup policies to install and pin apps for users. Please refer the following doc https://learn.microsoft.com/en-us/microsoftteams/teams-app-setup-policies
- Currently it is not possible to add an app automatically to all chats and channels across tenant.
- There is no alternative to add to all chats/channels across tenant. However please refer these Graph APIs to add app to specific users, chats, teams etc. Please refer this doc for Proactive app installation in Teams - https://learn.microsoft.com/en-us/microsoftteams/platform/graph-api/proactive-bots-and-messages/graph-proactive-bots-and-messages?tabs=dotnet#proactive-app-installation-in-teams
- Currently bots are not supported in private/shared channels.