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.