Template answers for teams group channels
Hi Team, Is there an option to add templates through the manifest file? Similar to how commands are provided in manifest file, can we display commonly used responses like 'Thank you' , 'Welcome' or 'Hello' as templates in the Teams channel for all…
Is there a possibility to provide the Teams version to customers, as a Guest user
Hi Team, We have developed a custom teams chatbot for the MS teams app. But not our all customers have the access to teams or don't have a team's account created. Is there a possibility to provide the Teams version to customers, from outside the…
Error Encountered with Teams Incoming Webhook: Missing CreatedByObjectId
While testing a Teams incoming webhook URL, the following error occurs despite receiving a status code of 200: System.ArgumentNullException: Value cannot be null. (Parameter 'CreatedByObjectId cannot be null or empty') This parameter was not an issue…
Change Notifications Subscription Request to /communications/CallRecords resource is failing with 500 Internal Server Error with below response
{ "error": { "code": "ExtensionError", "message": "Operation: Create; Exception: [Status Code: InternalServerError; Reason: An unknown error was encountered.]", …
How to remove a participant from a Teams call using a bot
Hi, I have a Teams recording bot which automatically joins a call via a compliance recording policy (based on the following Microsoft sample: recording bot sample) I'd like use this bot to remove participants from the call on the fly via Graph API, but I…
Adaptive Card Conversation Limit Issue in Teams via Bot Framework Connector
We are sending an adaptive card containing text blocks, column sets, and action sets via the bot framework. We are sending the adaptive card to the Teams channel. Below is an example of such an adaptive card. In some cases, we wanted to send up to 50…
Issue: "Something went wrong. Please try again." Error on Submit/Approve Button in Adaptive Card for Teams Bot
I'm encountering an issue with my Microsoft Teams bot where the adaptive card displays the error message "Something went wrong. Please try again." whenever I click the Submit or Approve button. Despite this error, the bot successfully receives…
FileConsentCard allow action is not received to MS Teams bot
Out custom MS Teams bot asks user to allow File upload consent in teams chat but when the user tries to allow or deny the consent through the FileConsentCard actions, it doesn't reach to the bot to process the user input instead it shows the below error…
"9024: Exception of type 'Microsoft.Skype.SkypeCast.SchedulerWebRole.BusinessLogic.Teams.Common.Exceptions.TeamsMeetingProcessorException' was thrown."
Hi I am getting a forbidden response when I am trying to create a meeting from postman side. I successfully got the access token using this endpoint and grant type: POST /{{tenantID}}/oauth2/v2.0/token HTTP/1.1 Host:…
Crateion of custom tab and show adaptive cards in that custom tab in teams bot
Hi, I am building teams bot using bot framework, so I want to add custom tab and on click of tab it should load the adaptive card. So, I have chat and history tab. in chat i am implementing conversation and in history i want to show the chat history…
Microsoft Graphi API Webinar Registration not loading
When creating a webinar via graph api (https://learn.microsoft.com/de-de/graph/api/virtualeventsroot-post-webinars?view=graph-rest-1.0&tabs=http) , the Webinar is created. Also everything is working except the registration link. The link is…
Unable to deploy zip package to endpoint in Azure
I am reproducing https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/msgext-expert-finder-js. When I want to deploy this application via Teams Toolkit, the error occurs. It says that [Error] -…
Integration of AI Agent with On-Premises ERP System in Teams
在Teams中创建AI代理机器人是否支持和本地第三方应用及程序集成? 我们的方案,希望在Teams里创建一个AI聊天机器人,这个AI机器人需要和本地ERP系统做集成 1、创建的AI代理应用,能不能和本地服务器进行集成,自由地去call Teams里的AI机器人? 2、自开发的程序与AI机器人的对话能不能隐藏? 3、AI机器人除了普通文本之外,能不能插入超链接?
Error validating app on Teams developer store
Hi, I am trying to publish one of my app on teams developer portal for internal use. However, I am getting an error message in the app validation section. I am able to get the response from my Azure bot when I use it directly from the link. Error…
People Picker works in Teams but not MS365
Hi there, We have a Teams app that uses the People Picker input control. When using our app through Teams it works fine however when you use it through the MS365 app the people picker dialog does not open up. Does anyone have any advice on how to debug…
query on copilot
One of my users has mistakenly hidden Copilot from the left pane in Teams. I don't have a license for Copilot, so I cannot check myself, but the user does have the license. Can anyone guide me on how to bring back Copilot to the left pane in Teams?
Local storage for Teams tab application
Hello, I built a tab application in Teams using the Teams Toolkit. The app is a wizard that walks the user through entering data across multiple pages. Sometimes the user needs to leave the app to go get some information, which results in them having the…
Teams app validation error
Hello there, I tried registering bot to Teams based on this site, https://learn.microsoft.com/en-us/samples/officedev/microsoft-teams-samples/officedev-microsoft-teams-samples-bot-conversation-csharp/. Used the same source code, no problem for…
Is the teams bot that auto calls and joins calls a paid service ?
Hi, just had a little confusion surrounding the bot that auto calls and joins calls. I try registering the bot I've created on azure but it asks for a subscription, hence requesting a confirmation.
Teams app validation error issue
Hello there, I tried Registering bot to Teams based on this site in which Bot is deployed in my local machine and run ngrok and I upload bot package to Teams. …