diff --git a/pkg/services/ngalert/notifier/alertmanager.go b/pkg/services/ngalert/notifier/alertmanager.go index faf5a8e6be4..03b9280b62a 100644 --- a/pkg/services/ngalert/notifier/alertmanager.go +++ b/pkg/services/ngalert/notifier/alertmanager.go @@ -448,7 +448,7 @@ func (am *Alertmanager) buildReceiverIntegrations(receiver *apimodels.PostableAp if err != nil { return nil, err } - integrations = append(integrations, notify.NewIntegration(n, n, r.Name, i)) + integrations = append(integrations, notify.NewIntegration(n, n, r.Type, i)) } return integrations, nil