Liquid Template Playground
Test and debug Liquid template expressions with live evaluation. Transform webhook payloads using Shopify's Liquid template language.
Result will appear here...What is Liquid?
Liquid is an open-source template language created by Shopify. It uses double curly braces for output ({{ variable }}) and curly brace-percent pairs for logic ({% if ... %}). Filters transform output values using pipes: {{ name | upcase }}.
Liquid for Webhook Transforms
When routing webhooks between services, Liquid templates let you reshape payloads to match the destination's expected format. Extract nested fields, format currencies, build Slack messages, or construct entirely new JSON structures from incoming events.
Want more? Try webhook payload transformation in Hookbase
Get started free with no credit card required.