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 classIncidenthere)incidents- to access dictionary of incidentspayload- to access the most recent alert payload (thepayloadvariable refers toincident.payload)
See example here