Email Templates
PouchMail templates use a simple placeholder syntax to inject dynamic data into your emails at runtime.
Variable Syntax
To create a dynamic field, wrap the variable name in square brackets.
In the Editor
Hi [CustomerName],
Your order [OrderID] has shipped!
Your order [OrderID] has shipped!
In the API Call
"text": "Hi John, Your order #123 has shipped!"
Pro Tip: Auto-Detection
Our Template Builder automatically detects variables in your text and provides test inputs for live previewing. No manual configuration required.