templates

Write it once.
Send it forever.

Keep your transactional emails out of your codebase. Design templates in the dashboard, send them with an id and a few variables.

how it works

A clean split between design and code.

Your application sends data; the template owns the markup. Change the look without shipping a deploy.

  • Design once, reuse everywhere

    Build a template in the editor and reference it by id. No more HTML strings copy-pasted across your codebase.

  • Dynamic variables

    Pass a data object at send time and the template fills in names, links, totals - whatever you define.

  • Live preview

    See exactly how a template renders with sample data before it ever reaches an inbox.

  • Versioned

    Edit a template without breaking sends in flight. Changes are tracked so you can see what shipped when.

  • HTML + plain text

    Every template ships a text fallback automatically, so clients that block HTML still read cleanly.

  • Branded tracking

    Click and open tracking work the same on templated sends, on your own tracking subdomain.

get started

Build your first template.

Create a template, preview it with sample data, and reference it from your next send.