App Development
3 TopicsCustom Teams Cloud Store Provider
Hello! I am developing an app for Microsoft Teams which interacts with our cloud service and I would like to know how to integrate a custom cloud storage provider into Teams (Teams: Files -> Add cloud storage). Currently I have only the options "Citrix files", "Dropbox", "Box" and "OneDrive", but I would like to have a custom option to add our cloud service. I could not find any hints about extending this in the app manifest description (https://docs.microsoft.com/en-us/microsoftteams/platform/resources/schema/manifest-schema) nor any hints in the Microsoft Teams app developer reference. How can I do this? Thank you and Regards, Dominik2.2KViews0likes4CommentsBuilding a customizable app for Teams
Hi, I recently noticed that in the Microsoft Teams Admin Center in the Manage App section, some apps are "customizable". I am creating an app which will send requests to a software that is installed on-premises and thus has different domain name depending on the organisation using it (xxx.com, abc.com…). Could I use this feature to make the domain name customizable by the Teams admin so that the app is ready to use by the Teams users. I also wonder if and how I can use this customized data (I suppose it is manifest data) in my app code (note: I am using NodeJS). Side question, I also noticed a "Settings" tab which is always empty, what is it for, how can I add settings to my app? Thank youSolved1.4KViews1like4CommentsSend messages on teams on behalf of the app.
Hi, I am able to send send messages on a team's channel by using POST- https://graph.microsoft.com/v1.0/teams/%7Bteam_id%7D/channels/%7Bchannel_id%7D/messages But this api is sending messages on behlaf of http://user.is/ there any way i can send these messages on behlaf of application.I mean instead of user's name my application name will reflect. Nitin -> Hi this is nitin's app. WRONG NitinApp -> Hi this is nitin's app RIGHT Is there any way to achieve it? My task is to create a company app/bot which can send notifications to our client's teams.Every client has its own microsoft/teams organization http://account.so/ if any client wants to get notify from our app first he will have to authenticate our app and set a channel.After that our app will send messages to that channel(Not on behalf of user). For example- Just like a slack app.We have a slack app which can send daily report notifications to our clients.How can i achieve it in Teams? Can i achieve it by creating Teams app or bot? Pls help.. Thanks.5.6KViews0likes3Comments