Special Variables

IMPulse supports three special variables you can use in some impulse.yml places:

  • env - to access environment variables (e.g. passwords, tokens)
  • incident - to access current incident fields (see class Incident here)
  • incidents - to access dictionary of incidents
  • payload - to access the most recent alert payload (the payload variable refers to incident.payload)

See example here