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

How to read the access token without any user from Azure AD Application using client_id and client_secret in SPFX or Sharepoint Page using Javascript?

Suppose I have created an Azure AD application and provided the necessesory graph permissions(Application Permissions) to it. I want to write a code to create a Team in Microsoft Teams from sharepoint page/custom action. As Example: POST…
1
vote
0 answers

How to send a message to Microsoft Teams from POSTMAN

I am trying to Post a Message from Post Man to Microsoft Teams can anyone please help me out with the steps. I download Microsoft Team in my personal Laptop and created Channel to which i want to send a message. Is it mandatory to create a BOT or we…
Abdul Azeez
  • 81
  • 2
  • 10
1
vote
1 answer

How to use customized cards with Microsoft Teams webhook

Adaptive cards receive "bad request 400" error I'm trying to send a POST request from AWS Lambda running Python 3.7 using the urlopen method I have a regular card request that is working but an adaptive card will hit the error mentioned…
BlackMamaba
  • 39
  • 1
  • 7
1
vote
0 answers

MS Teams for Iphone: incorrect displaying russian characters inside the thumbnail cards

I have a chatbot for MS Teams based on the BotFramework. When I return a ThumbnailCard from my chatbot to user, a russian charachter 'м' displays incorrectly like 'м'. This appears only on MS Teams for IPhone and not every time. Sometimes it…
John Walker
  • 105
  • 1
  • 3
1
vote
1 answer

Task Module call from Ms Teams in Bot Framework

I am looking to open a task module (Pop up - iframe with audio/video) in my bot that is connected to Teams channel. I am having issues following the sample code provided on the GitHub page. I have tried to follow the sample and incorporate to my…
Rikardo
  • 79
  • 1
  • 10
1
vote
3 answers

How to use Microsoft graph API without Login prompt

I have a custom application (Desktop C#) when I push a button it send messages to Microsoft Teams. the problem is whenever I run the program for the first time, I need to login into my Microsoft account. How to send/post message without…
orlandeu man
  • 220
  • 1
  • 3
  • 14
1
vote
1 answer

Line breaks in the description - MS Teams App Studio

In the MS Teams App Studio, in Manifest Editor. I have a bilingual description for our app and want to separate them some way. Example snapshot How can I insert a break line? Is it even possible. I have tried \n , \\n , &, and br tag
1
vote
2 answers

is it possible to get the PowerBI report Screenshot or reports inside Microsoft-Teams using bot framework v4?

Using Bot framework V4 is it possible to get a screenshot of powerbi report inside the Microsoft Teams using Azure Blob storage otr just by passing the link of an pbix dynamically?
1
vote
0 answers

Microsoft Teams outgoing webhooks broken?

I am developing an integration in Teams using outgoing webhooks and it was working fine until recently, but now, my webhook keeps replying there is an error with my request (Sorry, there was a problem encountered with your request) I had this…
1
vote
1 answer

I added api permerssions in Azure AD, but when I get the token,and showed it in jwt.ms, the scopes field doesn't change

No matter how many api permissions I added in the Azure Active directory for my application, There are only the default four scopes : "offline_access openid profile User.Read". I added some api permissions such as "Calendars.Read",but the token…
1
vote
1 answer

Microsoft Teams Bot - User cannot initiate conversation

We have a sideloaded Microsoft Teams bot (called Axel), fully operational and running in production. The bot is able to send messages (including proactive), receive messages, etc. However, users cannot initiate a conversation with the bot -- the bot…
Konrad
  • 852
  • 11
  • 31
1
vote
1 answer

Getting Microsoft Team context in an "Content page" added as a tab

I have created simple ".aspx" content page, and added this page as a Tab in "Microsoft Teams". I want to get the "SharePoint Url" of Microsoft Team where content page added as Tab. To do this I need "microsoftteams.context" object. Please let me…
Pradeep
  • 11
  • 3
1
vote
1 answer

How to make Microsoft Flow to notify me in teams if somebody @mention me on Azure devops

Currently I am able to achieve If the work item is assigned to me in Azure Devops then I will get notification. But is there a way in Microsoft Flow to notify me in Teams using Flow bot if somebody @mentioned me on Azure devops work items or tasks?…
Ragavan Rajan
  • 4,171
  • 1
  • 25
  • 43
1
vote
1 answer

Remove chatbot @mention in ms teams

I have a developed a chat bot using v4 and C#. first it was deployed to web, now we added bot into MS teams. In teams, chat bot is not responding with accurate answers from QnA service, however the same question gets answered with correct one in…
1
vote
1 answer

Add MS Planner tab to group chat in MS Teams

How do I add a Microsoft Planner tab to a group chat in Microsoft Teams? I can add a Atlassian Trello tab to group chat.
Clay
  • 2,584
  • 1
  • 28
  • 63
1 2 3
99
100