Additional team and channel-related features and issues within Microsoft Teams for business
Dear @Shammi-STL,
I hope you’re having a good day.
Thank you for sharing the detailed information and screenshots, they are very helpful. I’ve reviewed your scenario and also compared it with similar cases and current platform behavior.
From what I can see, the configuration you’ve implemented is working correctly, and the behavior you’re observing is related to how Teams Workflows (Power Automate webhooks) currently handle notifications, rather than an issue with Grafana or the webhook setup.
Previously, when using Office 365 connector webhooks, notifications were based on the MessageCard format, which includes a summary field. Teams uses that field to generate notification previews (for example, in banner pop-ups and the Activity feed). This is why your Grafana alerts were able to display a short summary “at a glance”.
After migrating to Workflows webhooks, the message format changes: Workflows typically post content using Adaptive Cards
Based on observed behavior and available documentation, Teams does not consistently surface Adaptive Card content in notification previews (especially for messages posted via Workflows)
As a result, users may see generic notifications such as:
- “Workflows posted a new message”
- “Message has no preview”
This behavior has also been noted in similar scenarios, where preview and summary areas for workflow-based messages do not display the card content and may be truncated or omitted by design to keep the activity feed concise
In addition, Microsoft has announced the deprecation of Office 365 Connectors and recommends transitioning to Workflows as the supported replacement moving forward. However, based on current behavior, the Workflows approach does not fully replicate the notification preview experience that connectors previously provided.
Regarding your question: Is there a possibility to have the summary when using Workflows?
At the moment, there isn’t a native or fully reliable way to restore the same preview behavior as Office 365 connectors.
There are a few approaches you could test, although results may vary:
Including a summary field in the payload can sometimes influence how notifications are displayed, but this is not consistently honored in Workflows-based posts
Structuring the Adaptive Card with a short title or summary at the top can improve readability inside the channel, but it doesn’t affect banner or Activity previews
If having a visible alert summary in notifications is critical for your monitoring flow, you may also consider alternative approaches such as:
- Using a Teams bot for notifications
- Or integrating through other mechanisms that provide more control over notification content
I understand this is a noticeable difference compared to the previous connector experience, especially for alerting scenarios like Grafana. Hopefully this area will improve as the Workflows model continues to evolve.
Warm regards,
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.