Mentions
10 TopicsIncoming Webhook to @mention a Bot
We have some messages that are arriving in Teams channels via an incoming webhook. We'd like to @mention a bot that is also in the channel so it can see the message. I've found some documentation on mentioning users via a Webhook but it doesn't seem to work for bots that are in the channel (I've tried both the Client ID and Object ID in Entra for the bot). Does this work? The documentation that I've been looking at is here: https://learn.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/cards/cards-format?tabs=adaptive-md%2Cdesktop%2Cconnector-html#user-mention-in-incoming-webhook-with-adaptive-cards Thank you!1.9KViews0likes1Commentcannot @channel in private channel in the new Teams
This works in public / non private channels, or in private channels where I am the owner. In a private channel I cannot use @channel I can @ mention users in the channel. Switching to classic Teams, I can use @channel in the same channel that does not allow for the @ mention of the entire channel. The https://learn.microsoft.com/en-us/microsoftteams/new-teams-known-issues and does not list anything useful or current. Client Info: You have Microsoft Teams version 23217.805.2326.4563. You've got the latest version. It was last updated on 28.8.2023. The client version is 49/23080601414.Comment Tags notifying other non-associated members as well
Some of our staff periodically get notification emails of comments left on particular documents in SharePoint randomly. e.g You comment tag person2 but person3 also gets a message about it, even though they don't have anything to do with the document. At the moment it seems to only be affecting one particular member enough that they email me about it every time, they don't want it, happens every other day. I've read something about turning off One Drive or SharePoint page notifications but they still need notifications for when they're tagged in documents, it says they're batched separately however they don't have independent toggles. Other places say or show @mentions as separate to comments, but has that since changed? Support page demo below I'm sure its just that they're subscribed or following changes on a document or something like that, but I can't figure it out.1KViews0likes0CommentsEmail to a chat group or email using @mentions
We are loving Teams so far and is so much better than getting bogged down with emails. We need to have some of our automated workflows send out emails and get the notifications in Teams. When we send to the channel, users aren't getting the notifications like they would via chat. I've tried favouriting, and ensuring notifications are enabled but it just doesn't send out the notifications. We need to either be able to email a chat group, or use mentions in our automated emails so the team members get a notification. Anyone able to sort this out yet? **Edit** Yes I've also tried using the Follow option and don't get the notifications either.72KViews3likes20CommentsCannot tag a shared channel within a non host team.
I have created the shared channel on the host team and shared it with another team I own, the channel shows up and chats can flow between them, however from within other channels on the non host team, I cannot use @ to tag the shared channel. Is this expected or is there some setup needed to be able to tag the shared channel on the non host team? Update: I've found you can tag between shared channels and you can even tag an entire team, as both the Host team and the teams where the channel is shared show up when @'ing. You cant, however, tag a standard / private channel, from a shared channel. Is there some restriction on this? Thanks in advance for any insights on this!1KViews0likes1CommentSending a Teams Message from Power Automate with Mention is failing
Hi, we are using a Power Automate Flow to send Teams Messages. This Flow is activated from a http call. But we are getting constant errors "Message mention text needs to be specified." This is the json for the adaptive card: { "contentType": "application/vnd.microsoft.card.adaptive", "content": { "type": "AdaptiveCard", "body": [ { "type": "TextBlock", "text": "Hi <at>John</at>" } ], "$schema": "https://adaptivecards.io/schemas/adaptive-card.json", "version": "1.4", "msteams": { "entities": [ { "type": "mention", "text": "<at>John</at>", "mentioned": { "id": "{Office365 User GUID}", "name": "John Doe" } } ] } } } Any Ideas how to solve this? for the User Id i tried my email and also the guid from the Graph Api Explorer...Solved5.4KViews0likes10CommentsTeams does not show in the mentions list.
Hi, Using @mentions, how to set things right to allow ,emtions for a whole Team? The team "Marked" has settings for mentions turned on: But it does not show up in the list when I start typing @m Why is that? Best Regards - GeirSolved1.8KViews0likes2CommentsIs it possible to automatically activate channel notifications for all members of a Channel/Team?
We have an IT Department team with a "Downtime Information" channel. It would be great if the notifications are automatically sent to all members without having to include the "@Information Technology" mention in every message. The messages are being sent to the mail addy of the channel. So it's not possible to mention the channel oder team automatically 😞 Thanks in advance1KViews0likes0CommentsMention sans auto complétion
Bonjour j'essaie de faire un script powershell qui va envoyer un msg sur un canal teams, jusque là pas de soucis mais j'aimerai mentionner le canal ou l'équipe dans ce msg or je n'y parviens en essayant de faire @nomcanal ou @canal ? Comment est-ce que je peux faire une mention sans utiliser l'auto-complétion suggéré dans teams quand on tape @ ?975Views0likes1Comment