Skip to content

Commit

Permalink
Update default MessageCard Json
Browse files Browse the repository at this point in the history
  • Loading branch information
cjoergensen committed Oct 30, 2023
1 parent a83e614 commit d6094e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Kibana.Alerts/Connectors/MsTeamsConnector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ public sealed class MsTeamsConnector(IConfiguration configuration, HttpClient ht
"type": "TextBlock",
"size": "Medium",
"weight": "Bolder",
"text": " Alert Status Update - {{Name}} has changed state to: {{ExecutionStatus.Status}}"
"text": "🚨 Alert Status Update - **{{Name}}** has changed state to: **{{ExecutionStatus.Status}}**"
},
{
"type": "TextBlock",
"text": "There has been a change in the status of alert "<strong>{{Name}}</strong>." It is now <strong>{{ExecutionStatus.Status}}</strong>.</p><p>For detailed information regarding this alert's status change, please click the view details button.",
"text": "There has been a change in the status of alert '**{{Name}}**'. It is now '**{{ExecutionStatus.Status}}**'. For detailed information regarding this alert's status change, please click the view details button.",
"wrap": true
}
],
Expand Down

0 comments on commit d6094e6

Please sign in to comment.