diff --git a/keep/providers/gcpmonitoring_provider/gcpmonitoring_provider.py b/keep/providers/gcpmonitoring_provider/gcpmonitoring_provider.py index dce283442..55845f0e6 100644 --- a/keep/providers/gcpmonitoring_provider/gcpmonitoring_provider.py +++ b/keep/providers/gcpmonitoring_provider/gcpmonitoring_provider.py @@ -194,7 +194,7 @@ def _format_alert( url = incident.pop("url", "") documentation = incident.pop("documentation", {}) if isinstance(documentation, dict): - name = documentation.get("subject") + name = documentation.get("subject", description) else: name = "Test notification" incident_id = incident.get("incident_id", "")