We're currently building and refining our Knowledge Center. You may encounter layout issues, styling inconsistencies, or minor technical quirks as we finalize the platform.

Liquid Template Connector

Prev Next
Note on third‑party tools

We aim to provide accurate and helpful details about third‑party tools, but we can’t guarantee that this information is always complete or up to date. If you notice any discrepancies, feel free to share them in the feedback section below. For the most reliable information, please always refer to the third‑party tool’s official documentation.

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

Input Comments Default
Data This JSON payload will be fed into the liquid template.
Liquid Template The Liquid Template that will be used to transform the provided data.