From 2d6586952d974c19e6663a757a0b80feb9670f2b Mon Sep 17 00:00:00 2001 From: Pepe Cano <825430+ppcano@users.noreply.github.com> Date: Thu, 21 Mar 2024 18:03:12 +0100 Subject: [PATCH] Alerting: Add placeholder to the Email Contact Point Message (#84064) --- .../ngalert/notifier/channels_config/available_channels.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/services/ngalert/notifier/channels_config/available_channels.go b/pkg/services/ngalert/notifier/channels_config/available_channels.go index b05138a79c4..bf6d5811c32 100644 --- a/pkg/services/ngalert/notifier/channels_config/available_channels.go +++ b/pkg/services/ngalert/notifier/channels_config/available_channels.go @@ -267,6 +267,7 @@ func GetAvailableNotifiers() []*NotifierPlugin { Description: "Optional message. You can use templates to customize this field. Using a custom message will replace the default message", Element: ElementTypeTextArea, PropertyName: "message", + Placeholder: alertingTemplates.DefaultMessageEmbed, }, { // New in 9.0. Label: "Subject",