OfficeDev / microsoft-teams-apps-company-communicator

Company Communicator app template
MIT License
331 stars 403 forks source link

no channels of specific teams #1574

Closed malvarezColabra closed 2 months ago

malvarezColabra commented 2 months ago

Hello dev team, I have a problem with the app, the app is not showing channel or teams in the 2 first options, as you can see in the picture bellow Captura de pantalla 2024-09-09 100518

I saw a similar post, but I can't get it to show me the teams in the first two options. Captura de pantalla 2024-09-09 100519

Everything works perfectly, I send messages to Azure groups, and they arrive without problems, but I can't send to teams.

I appreciate your help in advance.

peddivyshnavi commented 2 months ago

Hi @malvarezColabra For making teams visible we need to add user manifest file to respective teams follow below steps: Install User app. Create a Teams channel with the people or Group you want to trigger user app installation to. Navigate to installed user app from apps -> manage apps in Teams. Click on the app and Select an option of Add to a Team. Select created / desired Teams channel from Dropdown. Click on set up / Submit button. This will trigger user app installation to the Team members added to the channel.

malvarezColabra commented 2 months ago

You are the man, resolved in a minute