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
2 answers

Adaptive card user add image to card

Is there a way for a user to paste an image into an adaptive card component? Background information : I'm creating an extension message in teams for our escalation channel, where users enter information about an issue they are having and sometimes…
AlexCurtis
  • 39
  • 1
  • 7
1
vote
1 answer

How to convert custom json to adaptive card json format

I am looking https://adaptivecards.io/ for my chatbot.I saw we can create any type of card and we can render ui using adaptive json.But how can i convert my custom json to adaptive card json format. Should i need to manually convert based on my…
peter
  • 179
  • 1
  • 14
1
vote
2 answers

Post message to MS Teams channel using Graph API

I'm trying to send a message to MS Teams using Graph API. I'm passing access token (AAD token) with it but still, it's giving me below error. I have given all the required permissions in Azure API permissions. error: { "error": { "code":…
1
vote
1 answer

How can I qualify a lead in Dynamics 365 when Dynamics 365 is embedded in Microsoft Teams App?

When we login to Office 365 and use our Dynamics 365 Web App we can easily qualify a lead by clicking the "Qualify" link. We use Microsoft Teams (MacOS app) and have embedded the Dynamics 365 App. However, we are unable to qualify a lead due to the…
1
vote
1 answer

Unable to send message to Teams via the ConnectorClient bot connector

I am attempting to send a message to a Teams Channel from within a proactive 3rd party WebHook callback that resides in my Teams Bot which is triggered externally some time after my bot conversation has ended. My config.ServiceURL is…
Mike
  • 559
  • 5
  • 21
1
vote
1 answer

Microsoft bot framework for teams capturing unique user id

We are building a product integration using ms teams and ms bots. We are having an existing integration with Slack already. In the slack World we identify a unique user by TEAM_ID and USER_ID . In case of Teams I can see even id in the from node is…
Moblize IT
  • 1,140
  • 2
  • 18
  • 44
1
vote
0 answers

uploading a custom app: the link doesn't appear

The link to upload custom apps just doesn't appear. We have set all the settings in the ms teams app itself (team's configuration) and in admin.teams.microsoft.com. We are the team owner and the global owner, but the link just doesn't appear. What…
Daniel Khoroshko
  • 2,623
  • 15
  • 26
1
vote
2 answers

How do I find out the reason I cannot send messages to my bot?

I have set up a bot registration channel that connects to my bot's endpoint. It works perfectly fine in Bot Framework Emulator. I am having problems connecting to my bot through the "Test in Web Chat" page on the Azure Portal. I try to send a…
a135
  • 119
  • 1
  • 6
1
vote
2 answers

microsoft bot for teams to render a carousel of hero cards

I am having below code to render multiple hero cards const hcard = CardFactory.heroCard( 'Neeti Sharma', 'CEO, Moblize.it LLC', null, [ { type:…
Moblize IT
  • 1,140
  • 2
  • 18
  • 44
1
vote
0 answers

MS Teams: can't receive a date/time from adaptive card in the ru-RU locale

Tested on the web-version and the latest desktop version. In the en-US locale all works fine. Below is example of a Date input. { "type": "Column", "width": "stretch", "items": [ { "type": "Input.Date", …
John Walker
  • 105
  • 1
  • 3
1
vote
1 answer

Proactive message reminder in channel

I'm having a requirement in a Teams bot where bot will send a reminder message provocatively if there is no response on a message thread for 5 days. How i can achieve this. i'm using bot framework v3 (c#)
Mayuresh Jaiswal
  • 297
  • 3
  • 21
1
vote
1 answer

Bot Framework stepContext.context.activity.value is coming as an empty object when tested in teams

Below is a waterfall method which will display a hero card in the first step. In the second step , it will receive the value and begin a dialog based on the selection. However i am facing a issue when tested in teams. Please find the below…
Arulvelu
  • 79
  • 1
  • 7
1
vote
1 answer

Create a private channel using GraphAPI

In the Ignite 2019, Microsoft announced Teams private channel and mentioned developers could use GraphAPI to create them. I cannot find any information of how to create private channel. Here is the GraphAPI I am looking at for creating channel
user10065234
1
vote
3 answers

How to get a welcome message on teams even before user sends any message

I have deployed my bot on teams channel. I would like to send a welcome message to a new user even before user sends a message to the bot. can we achieve this for teams channel? If yes, which event can be used to get that user is accessing bot for…
1
vote
1 answer

Programmatically Create Channel Tab (not from Configure popup)

I have a use case where I would like to create a Channel/group tab, but from code -- not from the configure experience Where? user in in a channel and a Task is popped up (via custom iFrame) user selects an item from this iFrame, and a new Tab is…
NickHodge
  • 313
  • 3
  • 10