Bot Framework
6 TopicsREST API to send an adaptive card in MS Teams Bot
I want to send an adaptive card to a user, who has the bot that I am building on MS teams, by triggering an API whose body will have conversationId for the bot so that the card is sent only to that user. Would be of a great help if somebody can help me out with this.658Views0likes0CommentsMicrosoft Teams bot Installation
Hi there, I'm curious to understand why my bot is not getting automatically installed on the personal scope after initially installing it in a team scope. Meanwhile, when I install other applications from the store within a team, the personal bot is automatically installed, and a welcome card is sent. Could this be related to my manifest file? Am I misunderstanding something? Is it necessary for users to install the app in both the Team scope and a personal scope to enable the ability to send cards to users? Please advise. Thank you so much.1.1KViews0likes2CommentsClicking a notification does not takes to the actual message delivered inside bot
Hi, This is the behavior on Mac. I am not sure what happens on Windows. Whenever a "message" arrives in my bot (an internally developed bot using MSFT Bot Framework) on Teams, I can see the "Activity" getting lit up communicating a fact that there is "some" notification. Also, when a message arrives, I try to click on it on the top right-hand side (Mac default, I guess) of my screen. However, I get landed inside "Activity" and not the bot, i.e. where the message has actually arrived. I would like to say that this is not the case when I am accessing the bot on the browser (Chrome only), however, I do not remember on top of my head. So, is this a consciously known behavior (or, Teams issue) that cannot be fixed? Or, can we do something about it being the bot developers?958Views0likes2CommentsTime out, Image send, Email track adding to bot framework composer
I have developed a chatbot for IT Support team in our company, running on MS Teams usingBot Framework Composer. I have integrated it with Azure logic apps to send emails to IT Support team. I want to know how to; Get user's email address in MS Teams (We can get user's name using ${turn.activity.from.name} telemetry track event) Set a timeout period Send a Image to using HTTP request in JSON format (Then users can upload the screenshot of their issue)1.1KViews0likes0CommentsTeams Bot Graph API
I'm developing a very simple Teams bot that needs to make use of graph api in the backend. Since bots don't support silent authentication, I'm forced to authenticate my user inside the bot and acquire the token to call graph. My development environment is in Node.JS. Is there a library of sorts to achieve this? I checked a few samples in github but they're complex implementations with dialogs and all. Can anyone provide some sample code to quickly acquire a token for calling graph? It's fine even if it's skeleton code.1.8KViews0likes2CommentsHow do I send multiple adaptive cards or series of adaptive cards in a channel or 1:1 chat?
We have a series of adaptive cards that we have to send out to MS teams users. We can send one card at a time and get the user response. For example -https://docs.microsoft.com/en-us/power-automate/poll-generator-sample We have a series of polls which we want send to MS teams users and read their response. Is there any possibility to send multiple such cards in a series such that cards will display automatically as user starts marking response. If we can achieve above somehow then we would need to group our cards into certain categories or segment so that we can shoot out one segment to users. Has anyone had the similar requirement and how did you solve this? Thanks3.7KViews0likes1Comment