Forum Widgets
Latest Discussions
Cannot upload Team custom App. Shows constantly shows UnknownTeamsAppManifestExceptionType error
Hello, Could please someone advise. Cannot upload a custom App. The same app was successfully uploaded in December 2024. Now UnknownTeamsAppManifestExceptionType is shown. Thanks!Kiryl22Jan 24, 2025Copper Contributor47Views0likes4CommentsHow to forward an adaptive card sent from teams bot
Is there a way to enable forwarding an adaptive card sent from MS teams bot, currently the card is being sent to user using bot framework api. But the user is unable to forward the same adaptive card to other users or channels.mith-tsJan 24, 2025Copper Contributor16Views0likes1CommentIssue with Bot builder ActivityHandler Class
Hi everyone, I built a Teams app using the botbuilder library. This app gets installed automatically to scheduled meetings using the setup Policy on the Teams admin center. I use "on_installation_update_add" function from the Activity Handler class which tracks the installation of an app to a meeting. I have recently encountered a weird issue which never happened before where the app is getting added to the same meeting multiple times. The "on_installation_update_add" function was called 5 times for the same meeting. Can anyone help with this issue please?ChaitanyaSai370Jan 23, 2025Copper Contributor13Views0likes1CommentIssue with Bot builder Activity Handler class
Hi all, I have developed a Teams meeting app using the botbuilder library which gets automatically added/installed to a scheduled meeting. The automatic installation of the app to the meeting is handled by a setup policy in the Teams Admin Center. I use the on_installation_update_add() from the Activity handler class to track the installation of the app to meetings. I have recently encountered an issue where the app is getting added multiple times to the same meeting. When I check for the logs, it looks like on_installation_update_add is called multiple times which never happened before. Can anyone help with this issue I am facing?ChaitanyaSai370Jan 23, 2025Copper Contributor21Views0likes1CommentWorkflows - Posting a Card
I'm in the process of migrating our Jira integration with teams from using the soon to be deprecated Connectors, to Workflows. I have two problems that I can't see to overcome. 1. All the messages are posted as '[My Name] via Workflows posted a new message'. Is there any way the message can come from another user or no user? 2. The preview for the messages (in the notification popup and Activity screen) is 'Card', instead of anything useful. Together this makes the notifications not very useful. What I have done: The workflow is set up And what is being posted to the webhook is (for example). { "type": "message", "attachments": [{ "contentType": "application/vnd.microsoft.card.adaptive", "contentUrl": null, "content": { "type": "AdaptiveCard", "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.4", "body": [{ "type": "ColumnSet", "columns": [{ "type": "Column", "width": "auto", "items": [{ "type": "Image", "url": "https://i.imgur.com/FrVumxY.png", "size": "Medium" } ] }, { "type": "Column", "width": "stretch", "verticalContentAlignment": "Center", "items": [{ "type": "TextBlock", "size": "Medium", "weight": "Bolder", "text": "Component Missing [ADP-xxx]" } ] } ] }, { "type": "TextBlock", "text": "Initiator: ", "wrap": true }, { "type": "TextBlock", "text": "ADP-xxx: Fixing reset password validation", "wrap": true, "weight": "Bolder", "color": "Accent", }, { "type": "TextBlock", "text": "Status: QA Ready", "wrap": true }, { "type": "TextBlock", "text": "Type: Bug", "wrap": true }, { "type": "TextBlock", "text": "Assignee: ", "wrap": true } ], "actions": [{ "type": "Action.OpenUrl", "title": "Open in Jira", "url": "https://xxx.atlassian.net/browse/ADP-xxx" } ], "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.4" } } ] } I have tried posting various different combinations of summary attributes with no effect. Is there a whole better way of doing this, or is there a few tweaks I can make?RayN925Jan 22, 2025Copper Contributor1.8KViews0likes2CommentsMS Graph setPresence problems
Hi everyone, we have two issues with MS Graph setPresence: 1. Every time I do api call with a valid availability/activity, I get 200 OK but I don’t see the status actually changing in the Teams App. What’s funny, I can see it being changed if I am logged as another user and just observe the user I change the status for. The status updates only when I restart teams app. 2. Although I set the Presence State to “Busy – InACall”, incoming calls are not rejected. And yes, Busy on Busy (Busy Options) is activated. So if I have a real Teams call a new incoming call is rejected. Any ideas how to resolve these two issues? Thanks.relkniwJan 16, 2025Brass Contributor5.3KViews1like21CommentsHow to send a message to a thread (reply) using botbuilder 4.0 SDK
How to send a message to a thread (reply) using botbuilder 4.0 SDK Scenario:- 1. User A -> Types a message in Teams App (bot) 2. Now Bot has to reply to the same thread that user A has started in Teams App (bot) I am able to send a new message in the Teams App (bot) - Not expected The bot needs to reply to the same thread the user started - Expected If you have any document link or example, please point it out. Thank you.ituser1n03vJan 15, 2025Copper Contributor3.6KViews1like15Comments
Resources
Tags
- microsoft teams1,672 Topics
- developer1,298 Topics
- Meetings228 Topics
- Chat215 Topics
- Administrator135 Topics
- Settings102 Topics
- Calling101 Topics
- files64 Topics
- teams53 Topics
- devices52 Topics