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 (seeclass Incidenthere)payload- to access the most recent alert payload (thepayloadvariable refers toincident.payload)
See example here