We are using Liquid template language and available variables are:

Ruby
{{ pulse.id }} # returns string
{{ pulse.source }} # returns string
{{ pulse.summary }} # returns string
{{ pulse.data }} # returns object

Was this page helpful?