May 12 2023 05:34 AM
For most of our users the chat functionality in Teams is disabled. But since a Microsoft Bot (based on the Bot framework) is an individual app in Teams I have still hope that such a chatbot could work also for users without the chat functionality?
Is that correct? Or will it only work for the users with the chat enabled in Teams?
May 17 2023 08:53 PM
May 18 2023 03:11 AM
Solution@Thomsch - This seems to be possible. We tested this at our end by following the below steps.
May 19 2023 12:54 AM
May 20 2023 07:11 AM
@Thomsch - If the response is helpful, please share your valuable feedback via Microsoft Teams Developer Feedback link.
Sep 07 2023 02:33 AM
Sep 12 2023 08:15 AM - edited Sep 12 2023 08:17 AM
@sowmyaseetha - If your bot's sole purpose is to deliver notification to users and isn't conversational, you can enable the isNotificationOnly
field in your app manifest. This produces the following changes:
Please refer below docs for more details:
May 18 2023 03:11 AM
Solution@Thomsch - This seems to be possible. We tested this at our end by following the below steps.