Skip to main content
GreenSlope
All changelog entries
2026.04-preview
  • Added

Webhook payload adds alert.severity field.

The generic alert webhook payload now includes an alert.severity field with one of sev-1, sev-2, or sev-3. Integrators previously had to derive severity from the SLO configuration the alert fired against, which worked but was fragile across threshold changes.

The field is additive — existing fields are unchanged and integrations that ignore unknown keys keep working without modification. The webhook reference has a full sample payload with the new field in place.

Affects
Customers consuming the generic alert webhook. Slack, Twilio, and email integrations are unaffected — severity has always been visible there.
Action required
None. The new field is additive and does not change existing fields.