Skip to main content

Liquid Template Connector

Liquid Template The LiquidJS Templating Engine is a simple, expressive and safe templating system. This component takes a template and data as inputs, and outputs a rendered document formatted by the template and populated with the data provided.

Actions

Render Template

Receives provided json data and transforms it into a new format using a Liquid Template

InputCommentsDefault
DataThis JSON payload will be fed into the liquid template.
Liquid TemplateThe Liquid Template that will be used to transform the provided data.