Templates are saved text with support for placeholders, localization and formatting (using markdown syntax).
To use templates, enable them in your domain settings.
Using templates does not incur any additional charges.
Several preset themes are available for working with templates.
Each theme can be customized to match your brand style.
Templates let you simplify email management inside your own system.
Available features
A template can contain placeholders that are filled in at send time. Define them in the body, then pass the values when you send — the same template renders a personalized message for every recipient. Reference a value with double curly braces, for example {{ name }}.
Each template can hold a separate body for every language you support. When you send, specify the language (for example en or ru) and Postwing renders the matching localized version.
Once a template is saved, send it by its slug — pass the language and any placeholder params the template expects. You can do this over the REST API (send_email_tpl) or with the Python SDK.
Prefer to manage templates in version control? The Terraform provider lets you describe templates in code and deploy them through CI/CD.