Questions tagged [microsoft-teams]

The Microsoft Teams Developer Platform allows you to integrate your app into Microsoft Teams. You can do this via Tabs that directly surface your web experience, Bots that surface your experience in chat, and Connectors that send your notifications into channels. Please read the tag info (README) for guidance on how to increase the chance that you'll get a high quality answer to your questions.

The Microsoft Teams Developer Platform offers several ways to integrate with Microsoft Teams:

  • Tabs allow team members to access your service on a dedicated canvas within a channel. This lets them work directly with the tools and data you provide, in the channel’s context, and to have conversations about them. A tab consists of a package (manifest), a “configuration page” and a “content page”. These pages must include the Microsoft Teams JavaScript library, which has APIs to assist integration into the Microsoft Teams web and desktop clients.

  • Bots allow your customers to interact with your service through conversation, via the Microsoft Bot Framework, the same framework used to build apps across Microsoft platforms including Skype and Office 365 mail.

  • Connectors help bring useful information and rich content from your services right into channels in Microsoft Teams and enable collaborating team members to have engaging conversations around them.

More information about this developer platform can be found at https://aka.ms/microsoftteamsplatform. Other ways to ask questions, which don’t belong on Stack Overflow, can be found at https://aka.ms/microsoftteamsplatformfeedback.

5076 questions
1
vote
1 answer

Action.Submit on Adaptive cards is not calling the next step (not working only in Microsoft Teams works in web chat) : Bot Framework V4

Next steps in the waterfall dialog flow are not getting called while using Action.Submit in Adaptive cards of Microsoft bot framework SDK V4 (Only when integrated with Microsoft teams) This is nodejs code in Microsoft framework SDK v4. The problem…
1
vote
2 answers

How to initiate new chat in MS teams using graph API

I can send/reply to an existing chat thread, but can not send a message to someone whom does not have any established chats yet I am using this POST API - https://graph.microsoft.com/beta/users/{ID}/chats/messages and getting this error { …
1
vote
1 answer

Make POST call with HttpPOST Action form Teams message

I have a MessageCard which I am sending to my Teams channel via the Incoming Webhook connector. This is working well. However, the card has the button with HttpPOST Action. In "target" I defined URL to my API in the format:…
Dr.Crazy
  • 1,623
  • 1
  • 7
  • 8
1
vote
0 answers

Bot Authentication in Teams deployed on Azure

I am trying to deploy the nodejs not auth-code sample using manual deployment - through zip deploy. The bot does respond for the first few questions, but when it comes to authentication (using the dialog), it gets stuck and is not able to proceed…
vanc
  • 43
  • 1
  • 5
1
vote
1 answer

Webhook from Azure Devops to Teams get response 400, bad request

I have been fighting and searching about this for 2 days now and I simply cannot find a solution. As described on the title I am trying to create custom hooks so I can send the desired information. I know that Teams provides an Azure Devops…
MadDim
  • 543
  • 6
  • 22
1
vote
1 answer

How can I use Bot Builder to make an authenticated request to a third party service?

I'm creating a Microsoft Teams bot that will allow a user to log in with a third-party OAuth and make authenticated requests to a non-Microsoft web service. I am able to use an OAuthPrompt to log in with my third-party OAuth provider, using a…
garie
  • 796
  • 7
  • 19
1
vote
1 answer

Initiate actions from messages on mobile in Microsoft Teams?

I'm developing an app with a messaging extension that's invoked from the message context. In the web client, it appears just fine in the messages overflow menu under "Take action." But when I tried it in the mobile client on my Android device, I…
Amy T
  • 608
  • 8
  • 14
1
vote
0 answers

Call and Chat in MS Teams from Bot Framework

I would like to know if is possible to run a Call with someone else in Microsoft Teams from the BotFramework. Specifically I have an adaptive card where I want to perform this action. Then MSTeams client should open the call with the person I want.…
1
vote
2 answers

Can I make Voice/Video Call in Kiosk Desktop App with Microsoft Teams?

I need to make a desktop application as kiosk that can make a Voice/Video calls to Microsoft Teams Clients, is this possible? For example: When a user clicks on a button on my kiosks desktop application, this button will call a customer service…
H.Elnemr
  • 51
  • 1
  • 5
1
vote
1 answer

Action Messageback card not rendering

I am trying to post a Messageback Adaptive card but I am below getting error in emulator: The card could not be rendered. It is either malformed or uses features not supported by this host. I am using AdaptiveCards 1.2.2 version. I am using C#…
Anu
  • 125
  • 1
  • 8
1
vote
2 answers

Adaptive Cards 1.2 in Teams

Do you know if is planned to integrate the adaptive cards version 1.2 in Microsoft Teams? And if yes when are you planning to do it?
1
vote
1 answer

Adaptive Card returns undefined in Teams c#

I am trying to send an Adaptive Card to Microsoft Teams and it returns undefined in Teams. It is working fine in emulator. I am using c#. Below is the image from emulator and code used to send response to Teams. Code: public async Task…
Anu
  • 125
  • 1
  • 8
1
vote
1 answer

Virtual Assistant Bot Framework and Control library

I'm developing a Virtual Assistant in order to being published in Microsoft Teams, what I find out is that using the adaptive cards there are some limitation in Teams because of the version (for example the buttons need to be always at the end of…
1
vote
1 answer

How to programmatically post reaction to Microsoft channel message?

Using graph api I'm trying to post a reaction (for example a like) but I can't manage to find the right syntax. If I put a reaction in a message at creation time, it returns an error saying that I can't set the reaction during the creation. I'm then…
CloudAnywhere
  • 669
  • 1
  • 11
  • 27
1
vote
1 answer

Bot-framework bot creating groupchat

I have a bot-framework bot integrated to MS Teams, and I need it to create groupChats of members in it's team, with the bot in the chat as well. Is there any way to achieve that? I could not find any mention of creating or in any other way…
Itay Davidson
  • 55
  • 1
  • 6