Forum Discussion
yousefB83
Microsoft
Oct 31, 2023Adaptive Cards have no notifications with New Teams
After enabling new Teams, there is no notifications (sound or banner notifications) are showing when an adaptive card is received, only the Teams icon is blinking.
I revert back to old teams client, and I can receive the notifications when a message is received. Also I tested that using the web version and the notifications are received.
The adaptive card is sent using Power Automate, this is the JSON structure for it:
{
"type": "AdaptiveCard",
"version": "1.2",
"body": [
{ "type": "TextBlock",
"text": "This is a test Adaptive Card",
"size": "Medium",
"weight": "Bolder"
}
]
}
attached is the web log collected from Flow chat
9 Replies
Sort By
- Meghana-MSFT
Microsoft
Could you please confirm if you are using power automate flow/Teams bot to send the card?- yousefB83
Microsoft
Meghana-MSFT yes
- Meghana-MSFT
Microsoft
We are able to repro this issue, we have raised a bug for the same. We will keep you posted on the updates. Thank you.