diff --git a/cmk/notification_plugins/msteams.py b/cmk/notification_plugins/msteams.py index 5ec2f60102a..6a80e75b50d 100644 --- a/cmk/notification_plugins/msteams.py +++ b/cmk/notification_plugins/msteams.py @@ -53,6 +53,7 @@ def _msteams_msg( return { "type": "message", + "summary": substitute_context(title, context), "attachments": [ { "contentType": "application/vnd.microsoft.card.adaptive",