Is it theoretically possible to send a message exceeding 40KB in Teams bot?
Hello, I am using the following endpoint to send messages to a Teams bot, including multiple Adaptive Cards: Bot Framework REST API - Send to Conversation Suppose I include five Adaptive Cards, each 10KB in size, in the attachments field (resulting in a…
Copying and pasting from a Microsoft Teams chat window no longer includes the sender's name and timestamp.
Starting today February 19 2025, right after a Teams update, I'm no longer able to copy/paste my chat logs into my service tickets. As a level1 tech, this is an absolute necessity for accurate record keeping. I've tried the <ctrl>+C and…
![](https://techprofile.blob.core.windows.net/images/LRKmzm52_EuSivmu0hXtRQ.png?8DA763)
No dial pad option calls in Teams - unable to make phone call
I would like to make phone call by Teams, but there is no option calls, where I could dial desired number, on the left side!?
How to Filter for Only Sent Messages in Microsoft Teams Using Microsoft Graph API?
I am utilizing the Microsoft Graph API to monitor chat messages in Microsoft Teams, using the endpoint "/users/{user_id}/chats/getAllMessages". This subscription model is currently set up to notify me of all messages, both sent and received,…
Not able to see Document library content inside MS Teams tab created using Graph API
Hello, I am trying to create a Teams tab for showing Document library content using Graph API. I referred the configuration mentioned in https://learn.microsoft.com/en-us/graph/teams-configuring-builtin-tabs to create the tab with configured document…
Deep link to "Members" tab for a Teams group
Hi everyone, Before the introduction of “New Teams,” you could use the method outlined here to deep link to the Team Members section for a specific team. However, this method is no longer functional since the implementation of “New Teams.” I’ve reviewed…
Encountering ServiceException Code 9999 During /joinCall API Usage in PSI Bot
Hello Microsoft Graph Communications API Team, I am currently developing an application that utilizes the Microsoft Graph Communications API, specifically the /joinCall endpoint. During implementation, I encountered the following error: Status…
Not able to sign in after publishing bot. I am using bot-authentication-msgraph
I am using bot-authentication-msgraph for authentication in my bot using python. The bot works fine when tested in the Test in Web Chat feature. However, after publishing it to the Teams channel, the sign-in dialog box shows an error: "Something…
Forbidden on teams meeting request with graph api
"error": { "code": "Forbidden", "message": "", "innerError": { "request-id": "794cc8f3-6ad6-453c-8e07-9695b47d1f7b", …
Teams Proactive messaging with Bot Framework v4
Hi, I'm developing a Teams Bot using the .NET Bot Framework SDK v4. The purpose of the bot is to send proactive messages without the need of user interaction, it is a notification-only bot. I have read on the documentation that once the user has…
Teams Adaptive Card - Cannot Answer From WEb
I made a Power Automate flow that posts an adaptive card to users and asks for a response in a text field. It works flawlessly on Teams client, but if the user is viewing the chat in a browser they will be unable to respond. It simply says…
This application is not found. PVA for Teams
I made a bot in PVA for teams. It is exported according to Microsoft documentation. I have two environments The first environment: It is personal to my developments and no problems. The second environment: The bot loads normally and publishes…
How to gracefully fail an automatic token refresh
Hi all, I'm using the CallClient from @azure/communication-calling to pick up on and add functionality to incoming Teams calls for users. When creating the teams CallClient, a 'tokenRefresher' can be assigned which periodically calls the method you…
is it possible to build a microsoft teams bot using the azure realtime api? without the use of STT or TTS
it is possible to create the bot but you have to use the STT and TTS which adds a layer of delay considering if you want the voice agent to answer from private data. Im just wondering if its possible to create said bot in teams directly without the use…
Updated Bot Still Showing Old Version & Connection Issues for Some Users
🔹 Context: Initial Connection Issue (Solved) I recently built a Copilot Studio bot that triggers a Power Automate flow using a service account connection. Initially, users were getting a "Permissions Required" message when interacting with the…
Teams Tab receiving a login error that Redirect URI is Invalid
Created a Microsoft Teams Tab App using Teams Toolkit. The app is supposed to enter our company's web portal with SSO from Azure. Application was registered in Azure and it's info (like its Redirect URI) was inputted in the Application Manifest. When…
How do you post an adaptive card from a workflow as an application and not your own user?
Hello, since Microsoft is retiring the Incoming Webhook connectors (and yes I have read that they postpone the retirement, but still we need a usable solution until the end of next year), I have tried to migrate our company webhooks to the Teams Workflow…
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
How to fetch meeting transcript using RSC based permission framework
The goal I want to build a Teams app, with an Azure bot (built using the Bot Framework Python SDK), added to a meeting. When the meeting is started, a notification subscription is registered with the Graph API to alert an endpoint that the transcript is…
For the "Get presence" API what are the valid combinations of availability and activity
For this "Get presence" API https://learn.microsoft.com/en-us/graph/api/presence-get?view=graph-rest-1.0&tabs=http it returns an object with availability and activity which could each have multiple values according to this page…