James Sutherland
My feedback
-
313 votes59 comments · Public » Apps, Connectors, Messaging Extensions · Flag idea as inappropriate… · Admin →
We are happy to announce that we now have support for posting Adaptive Cards via Incoming Webhooks in developer preview!
You can try it out with any of your favorite HTTP request composer tools (PowerShell/Postman/Fiddler) using Message Activity format with https://docs.microsoft.com/microsoftteams/platform/task-modules-and-cards/cards/cards-reference#adaptive-card attachment.
Please keep providing feedback on other features you’d like to see. We will post further updates as we have them.
An error occurred while saving the comment -
4,137 votes
Thank you for your feedback. We’re happy to announce that an option to choose between Windows 10 Native Notifications and Teams Notifications is included in our Dec 2020 Public Preview pack, and will be available to users who opt into Public Preview.
Please see feature details here: https://techcommunity.microsoft.com/t5/microsoft-teams-public-preview/now-in-public-preview-windows-10-native-notifications/m-p/1973102
You can learn more about the new Microsoft Teams Public Preview program here: https://aka.ms/TeamsPublicPreview, and Teams administrators can find documentation to manage which users will see the Public Preview option here: https://aka.ms/TeamsPublicPreviewAdmin
James Sutherland supported this idea ·
Should mentions work in adaptive cards via webhook? I can send the card okay, but mentions aren't working - the name displays in a different colour, but no notification is generated, and I don't get user info hovering over it. I'm using the format 9:orgid:<guid> for the user ID but it seems like it's not working.
For people getting the summary or text needed response, by the way, you need to send a message with an adaptive card as an attachment. You can't send the card directly, e.g:
{
"type": "message",
"attachments": [
{
"contentType": "application/vnd.microsoft.card.adaptive",
"content": {
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.0",...