English
Learn about alert variables available in Liquid templates for processing webhook data and alert information in workflows.
{{ alert.id }} # returns string {{ alert.source }} # returns string {{ alert.summary }} # returns string {{ alert.data }} # returns raw webhook data in json
Was this page helpful?