App Development
1 TopicSend 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