Notifications
189 TopicsCSPP Integration: Can a Timer Be Implemented as a Word/Excel Add‑in?
Hi everyone, I’m currently integrating Microsoft Word and Excel into our platform and making sure we follow all the recommended UI guidelines. In our solution, we use an internal timer component that runs while users are working inside our product(I mean the timer shows total time left for their tasks something like this). I’m trying to understand whether this timer can be built or installed as an Office Add‑in for Word and Excel. Would implementing it as an add‑in still align with Microsoft’s UI guidelines? Any guidance or clarification would be really helpful. Thanks!7Views0likes0CommentsGraph API: summary field ignored for Adaptive Card message notifications/preview
Hello, Problem Summary When sending Adaptive Cards via Microsoft Graph API to Teams chats, the `summary` field in the message payload is completely ignored. This results in unhelpful generic notifications like "Card" or "Sent an attachment" instead of meaningful preview text. Environment - **API**: Microsoft Graph API v1.0 - **Endpoint**: `POST /chats/{chat-id}/messages` - **Platform**: Microsoft Teams (Desktop, Web, Mobile) - **Adaptive Card Version**: 1.5 Expected Behavior According to the https://learn.microsoft.com/en-us/graph/api/resources/chatmessage?view=graph-rest-1.0, the `summary` property should be used for: > "Summary text of the message that could be used for push notifications and summary views or fall back views" When sending a message with `summary: "🚨 Big Alert: This is a real issue"`, I expect: - ✅ Teams notification toast displays: "🚨 Big Alert: This is a real issue" - ✅ Chat list preview shows: "🚨 Big Alert: This is a real issue" - ✅ Activity feed shows: "🚨 Big Alert: This is a real issue" Actual Behavior The `summary` field has **no effect** on notifications or previews: - ❌ Notification shows generic text: "Card" or "Sent an attachment" - ❌ Chat list preview shows generic text or first TextBlock from card - ❌ Activity feed shows generic text - ❌ The `summary` field appears to be completely ignored Minimal Reproduction Request Payload ```json POST https://graph.microsoft.com/v1.0/chats/{chat-id}/messages Content-Type: application/json Authorization: Bearer {token} { "body": { "contentType": "html", "content": "<attachment id=\"card001\"></attachment>" }, "attachments": [ { "id": "card001", "contentType": "application/vnd.microsoft.card.adaptive", "content": { "type": "AdaptiveCard", "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.5", "body": [ { "type": "TextBlock", "text": "Critical Alert", "weight": "bolder", "size": "large", "color": "attention" }, { "type": "TextBlock", "text": "Database connection has failed. Please investigate immediately.", "wrap": true } ], "actions": [ { "type": "Action.OpenUrl", "title": "View Details", "url": "https://example.com/alerts/12345" } ] } } ], "summary": "🚨 Big Alert: This is a real issue" } ``` Steps to Reproduce Create a test chat in Microsoft Teams Obtain OAuth2 token with `Chat.ReadWrite` scope Send the above payload via Graph API Observe notification/preview in Teams client **Result**: The `summary` field is ignored, notification shows generic text. Business Impact This limitation severely impacts user experience for: - **Alert/incident notifications** - Users can't identify urgency without opening the chat - **High-volume scenarios** - Users can't triage messages efficiently - **Time-sensitive operations** - Critical alerts look identical to routine messages Our team manages 200+ incident notifications daily via Adaptive Cards. Without meaningful previews, users must open every notification to assess priority, defeating the purpose of notifications. Workarounds Attempted ❌ **Setting `summary` at message level** - Ignored when attachments present ❌ **Adding preview text in `body.content`** - Overwritten by attachment ❌ **Using different `contentType` values** - No improvement ❌ **Including fallback text in Adaptive Card** - Not displayed in preview ✅ **Only working solution**: Send plain text message first, then card separately (terrible UX) Questions **Is this a bug or by design?** If by design, why does the documentation describe `summary` as useful for notifications? **Is there an alternative mechanism** to control preview text for Adaptive Card messages? **Is this being tracked internally?** This seems like a fundamental limitation for bot developers. Full Reproduction Package I've created a complete reproduction package with test scripts and detailed documentation: - Test payload JSON - Bash/PowerShell test scripts - Step-by-step reproduction guide Can share via GitHub gist if helpful for the team to investigate. Request Please either: **Fix the implementation** to honor the `summary` field for Adaptive Card messages, OR **Provide an alternative mechanism** to control notification/preview text, OR **Update the documentation** to clarify that `summary` is not supported for Adaptive Cards This is blocking our production alert system deployment. Any guidance would be greatly appreciated! ---20Views0likes0CommentsThe Chat Notification Badge That Won't Die
I know there's another thread on this, but literally none of those solutions worked, so I'm a starting a new thread. My chat notification won't go away. All of my chats are read. Here's everything I've done to fix this already (note- It's a corporate computer so I can't mess with the anti-virus): Signed out of the app every (desktop, web, phone) Restarted my computer Cleared the cache data from all 13 different locations Changed the setting to close the app when I shut down Closed it in the Task Manager Turned off all of my notifications Clicked on every chat I've received over the last week The only thing that seemed to maybe be the culprit was a very large company meeting and I was the last to leave. There was a lot of chat in that meeting, though I didn't participate in any of it. The reason I think this was when I went to log into to Teams from my browser, as I started to type "Microsoft Teams" I noticed in the suggested sites that there was a chat message from that meeting. So obviously I've left the meeting. I've deleted that chat. I've even left the teams channel that hosts those meetings. For what it's worth, I don't have any notifications on the phone app (android). It's just on the desktop and the web. Please, for the love of god, help. It's slowly driving me insane and I don't have the mental capacity to deal with anything else that makes me insane during quarantine. 🙂 *jk- I'm fine. It's a joke*154KViews4likes55CommentsWhy do I have to click out of and then back into a chat for the notification to clear?
Every time I get a chat on desktop when Teams isn't in focus or is in the system tray, I get a notification (normal so far). When I open Teams, if that chat conversation was the last I had open, I have to click on a different chat and then back to the first in order for the notification to clear. Happens every time. I've uninstalled and re-installed and tested on another Win10 machine, same results1.4KViews2likes2CommentsResolving Discount Conflicts: Applying a Voucher for the GitHub Exam
Hello everyone, I recently acquired a 100% voucher for the GitHub exam. However, when attempting to schedule it on the Pearson VUE portal and apply the coupon, a message indicates that it’s not possible to apply this coupon because an MCT discount is already applied. Could anyone help me or direct me to someone who can assist? I don’t want to lose my MCT discount, but I need to apply this 100% discount coupon. How can I resolve this? Thank you, Luiz Andrade79Views0likes1CommentW11 update bricked my pointer
i can't use my #%#$%#$ trackball (or anything with a logitech antenna) ever since W11 forced and update. how do i fix it? how do i fix it? i'm tired of this **bleep**, how do i **bleep**ing fix it??? FIX IT NOW! YOU DID THIS TO MY COMPUTER WITHOUT MY PERMISSION! FIX IT!113Views0likes1CommentI would like to request the assistance in publishing a blog which I have submitted!
I would like to request the assistance in publishing a blog I submitted titled "Teams Phone Extensibility: Bridging Microsoft Teams with Contact Center Platforms" on 17th June 2025. The blog is currently marked as awaiting review. Blog Link : Teams Phone Extensibility: Bridging Microsoft Teams with Contact Center Platforms | Microsoft Community Hub25Views0likes0CommentsIssue with Discussion Responses Not Being Saved
Over the past few days, my responses to discussions have not been saving properly. After submitting a reply, the portal shows it as submitted, but when I refresh the page, the response disappears. Initially, I didn’t notice the issue, but today I checked one of my replies from last week and found it missing. I tried resubmitting it, but the same thing happened again. Additionally, I’ve noticed that normally, when a reply is posted, it appears in the notifications—but in this case, the replies are not showing up there either. Could you please check if this issue is specific to my account, or if others are experiencing the same problem? Is anyone else experiencing this issue? Any help would be appreciated.92Views0likes1Comment