How can I filter or sort classes when listing them via the Graph for Education API
When calling the List Classes endpoint for a school that is part of a district, the API returns thousands of classes, old and new, in no particular order. We need to either filter that list or sort it by descending order of "last updated" or…
Omit user name when posting in Teams channel with Workflows
Is it possible to not show one's name when sending messages via Workflows in a channel? For example, can I create a bot to have it send the messages for me, without my name? How? Will it cost any license?
Is provisioning Teams teams and channels using the Graph API supposed to be unreliable?
In our application we offer a Teams integration feature that will create teams and channels within users' own Teams environment for file sharing and scheduling. Most of the time it works fine (albeit very slowly), but from time to time the channel will…
Will botFramework/create build Azure Bot service in Azure?
Hi, So far I know that running botFramework/create via Teams Toolkit will create bot in https://dev.botframework.com/. However, I am wondering if running botFramework/create via Teams Toolkit also creates Azure Bot automatically? Also, what is the…
Copilot able to retrieve info from Sharepoint in Copilot Studio but not in Teams
Hi, I have created a bot in Copilot studio which is pointing to a SharePoint site for knowledge source. The bot is able to retrieve the answer from the SharePoint site in the Copilot studio interface but when I tested in Teams, it does not return any…
Are those feature feasible about "Power Automate" used in Teams chat ?
Hi all, I have some functions to implement but not sure if they are feasible about "Power Automate" used in Teams chat. Using REST API to trigger the power automate flow and during the process, adaptive cards will be issued to different…
Teams App test without M365
I need to test a Teams App but Microsoft 365 doesn't qualify me for it. App Studio has also become obsolete. Neither I'm in Teams admin center. Please guide how can I build an app and test it in MS Teams or at least locally?
Send direct message to a user via MS Teams programmatically
Hi, We are currently using teams web hooks extensively to send notifications to teams channels. Sometimes we have situations where we need to send a teams message to a user directly, but have not found a way to accomplish this task using powershell. Is…
@Mentions in Adaptive Card Won't Notify Mentioned Users
Hi, I'm trying to send adaptive cards to a microsoft teams channel using the Python requests module. I have a JSON file with the adaptive card contents inside of it and making a requests.post() to my webhook URL for the teams channel. I'm trying to…
Azure OpenAI Basic Chat bot with Bing Search v7
hi setup a open ai model with basic chat bot and bing search v7 and integration into Teams App. on the code site is using javascript \src\app it have a app.js and also a new js call bingsearch.js >> this will be my bing search api key and…
integrated an sharepoint image into a Copilot message
Hi everyone, I integrated an image into a Copilot message using an adaptive card. The image displays correctly when using a web URL or a public website, but it does not display when using a SharePoint URL. I have attached an image below. I integrate my…
Failed reason: AppInitTimeout issue in Teams Custom App
Is there any solution for this issue yet? Link: https://stackoverflow.com/questions/79042899/warning-banner-in-all-teamsapp-tab
Catch call queue call events with Teams Calling SDK
I'm using the Teams Calling SDK for javascript to get incoming call events for subscribed users. I'd like to get an incoming call event or similar when one or more users are called by a calling queue, even if they don't pick it up. The SDK's feature list…
Require more info about Bot Framework Token service and storage
Is there any dedicated documentation for Bot Framework Token Storage? I have understand what Bot Framework Token service does but have some questions about Token storage. How secure and reliable the Bot Framework Token Storage is? Is there is any…
How does host retrieve the data edited by the user in the adaptive card (Teams Chat)?
Hi all, We use MS graph rest API to send an adaptive card containing input texture in teams 1-1 chat to allow the user to fill in information. How can the sender obtain the data filled in by the user in the adaptive card through the rest API? …
Location Check in sample not working (Integrate device permission)
Currently, I am learning integrate device permission in Microsoft teams. While running Location Check in Code sample provided by Microsoft teams, I am getting below error. Can any one know what's issue ?
Teams Adaptive Cards content didn't show on the mobile
Hi there, We are migrating from Teams' incoming webhook to Power Automate's Teams webhook. However, we've encountered an issue where, when using the post as field with the poster option, the activity feed displays a "Preview unavailable"…
Teams Meeting links - Bulk creation
Hey there, I need to create 50 Teams meeting links for each Event I organize. Currently am creating links 1 by 1 from Outlook calendar. I copy the link and paste into Excel, which is a time taking process. Is there a way to create these meeting…
Encryption Protocols and Cipher Suites for Teams API Communication
Our organization uses the bot Framework API to send messages to Teams, and we want to ensure that our configuration adheres to recommended security practices. We would like to know: The exact encryption protocol version (e.g., TLS 1.2 or TLS 1.3) used…
Teams app on desktop is not showing suggested actions
The Teams app on the Windows desktop stopped showing suggested actions. They are still shown on the Teams web app: And also on the Teams mobile app: Here is the actual message: { "type": "message", "serviceUrl":…