microsoft-teams

Bot not answering messages in microsoft teams

两盒软妹~` 提交于 2019-12-06 13:24:16
问题 I'm following this Microsoft-teams tutorial for a simple bot. I'm running it using VScode in local mode. It's working in bot emulator. Here is a screenshot of that. But It's not working when sideloaded as an app for Microsoft teams. I'm able to send the messages but the bot is not replying back. What I'm missing here? 回答1: There is currently a bug in our bot registration code that is causing this. We are currently investigating its root cause. As a workaround, add the Skype channel and the MS

Proactively sending message through bot using a web app

徘徊边缘 提交于 2019-12-06 11:50:16
Solved Thanks to user MarkMoose I realized that my database table was not storing the full IDs. Future debuggers: If that does not help you solve your problem please look at my conversation with MarkMoose, they walked me through very useful troubleshooting steps. I am trying to create a Microsoft Teams bot hosted on Azure using Microsoft Bot SDK Version 4.0. The flow is as follows Web app alarm triggers. Sends a POST request to the bot that contains (all this data gathered from a previous message from the user) To ID (of recipient user) To Name (of recipient user) From ID (my bot) From Name

New SSO for Custom Tab in Microsoft Teams [closed]

倾然丶 夕夏残阳落幕 提交于 2019-12-06 10:08:49
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 3 months ago . We want to implement SSO for a Custom Tab in Microsoft Teams. I have seen new possibilities shown in the video here (The relevant part is at 24m29s). Is this available yet? If so, is there any documentation on this? 来源: https://stackoverflow.com/questions/57657261/new-sso-for

listing Microsoft Teams tabs always returns 404

不打扰是莪最后的温柔 提交于 2019-12-06 06:16:27
I've been trying this scenario on a couple of different tenants so far: use an existing team or create a new one through the UI add a tab (let's say OneNote) to a channel query the list tabs endpoint (through graph explorer) I always get a 404 response. If I replace in my query tabs by messages I get the messages. In terms of permissions I have the default graph explorer one + Group.Read.All. Here is the latest request Id I got 2a180611-b637-4aa4-be27-9e42cbb27ab9 on tenant dev2tolead12 . ( GET https://graph.microsoft.com/beta/teams/7471ee8d-0ed3-4f22-80ee-3b513e42e6ac/channels/19

How do you add tabs to a Microsoft Teams Bot?

只愿长相守 提交于 2019-12-05 20:57:44
While there is a lot of documentation on how to add a tab to a Team, I can't seem to find any docs on how to create and drive the user to tab content like the ones demonstrated in T-Bot. Can someone point me to any docs on how to add tabs to a bot? This is what I am talking about: This capability is not yet available for developers. Please check Create a static tab in Microsoft Teams documentation section to know more about personal tabs. 来源: https://stackoverflow.com/questions/40619012/how-do-you-add-tabs-to-a-microsoft-teams-bot

Automated/Bot message posting to Microsoft-Teams chat room

允我心安 提交于 2019-12-05 12:36:07
How can I automatically post messages to chat rooms in Microsoft-Teams? This is for one-way messaging: i.e. posting messages, not reading messages. The big picture here is we are evaluating different Group Chat solutions, and one requirement is to post error messages to chat rooms from various services & programs. A sensible approach seems to be to build a Bot using the REST API however just the authentication seems crazy complex, even then I can't work out how to just post a message. We're looking for a general solution that can be used simply in different scripting languages (Perl, Python,

Incoming Webhook for Private Messages in Microsoft Teams

北城余情 提交于 2019-12-05 00:45:28
问题 I can create an incoming webhook from a C# app or PS Script sending a JSON message to channels like MSFT doc explains. However, I want to use my incoming webhook for send JSON messages from my app to users (as Private Messages) like Slack allows. As far as I know this is not possible with MSFT Teams: https://dev.outlook.com/Connectors/Reference But maybe you know any workaround or something like that to fix it. Thanks in advance :) [EDITED] Code used to post messages into MSFT Team by C# App:

Bot not answering messages in microsoft teams

こ雲淡風輕ζ 提交于 2019-12-04 18:02:51
I'm following this Microsoft-teams tutorial for a simple bot. I'm running it using VScode in local mode. It's working in bot emulator. Here is a screenshot of that. But It's not working when sideloaded as an app for Microsoft teams. I'm able to send the messages but the bot is not replying back. What I'm missing here? There is currently a bug in our bot registration code that is causing this. We are currently investigating its root cause. As a workaround, add the Skype channel and the MS Teams channel to the bot. Update: This is no longer a requirement. This is fixed. 来源: https://stackoverflow

New SSO for Custom Tab in Microsoft Teams [closed]

感情迁移 提交于 2019-12-04 16:00:22
Closed . This question needs to be more focused . It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post . Closed 3 months ago . We want to implement SSO for a Custom Tab in Microsoft Teams. I have seen new possibilities shown in the video here (The relevant part is at 24m29s). Is this available yet? If so, is there any documentation on this? 来源: https://stackoverflow.com/questions/57657261/new-sso-for-custom-tab-in-microsoft-teams

How to load variable Microsoft Teams bot icon?

烂漫一生 提交于 2019-12-04 05:05:34
问题 For my multi tenant bot Teams app I am trying to provide a different bot name and bot icon per customer. However, it seems that I can only set manually a name and icon once from my Azure Portal. I wonder how to make this variable. A workaround would be to accept that I can only have 1 bot name and icon, but package manually each customer bot through App Studio / Manifest editor. However I manage to have a unique name, the bot's original name is still presented. See: http://prntscr.com/njf1x9