Skip to main content
You can use alert variables in different parts of our application like:
  • Alert workflow actions
  • Slack and email message templates triggered by alerts
  • Custom alert description templates
Alert routing rules use JSONPath and Alert Field conditions, not Liquid templates — see Alert Routing for routing condition syntax.
Use our Liquid Markup explorer to navigate through all alert variables against real alert data.
We are using Liquid template language and the variables below are available wherever an alert is in scope.

Core

Ruby
Ruby

Urgency

Ruby

Responders & State Changes

Ruby

Groups

Populated when alert grouping is configured.
Ruby

Linked Incidents

Ruby

Timeline

Ruby

Examples

Reaching into the raw webhook payload — the exact path depends on the source’s payload shape, which you can inspect in the Liquid Explorer:
Ruby
Building an urgency-aware Slack message:
Ruby
Linking back to the originating monitor:
Ruby