Email Templates
Design once, send everywhere. Powerful Liquid templating with version control and real-time previews.
How it works
Create Template
Design your email using our visual builder, HTML editor, or AI Composer. Use Liquid for dynamic logic.
Add Logic
Inject user data using Liquid tags. Use conditionals and loops for personalized content like order tables.
Live Preview
Test with real data in real-time. Send test emails to your inbox or check rendering in various clients.
Deploy & Use
Save your template and trigger it via the API or include it in a marketing campaign immediately.
Capabilities
Liquid Templating
Full Liquid support. Use variables, filters, and tags to create complex, data-driven email content.
Version Control
Every change is versioned. Roll back to a previous design instantly if a new deploy has rendering issues.
Responsive by Default
Our templates are tested across 100+ email clients and devices to ensure they look great everywhere.
Template API
Retrieve, update, and manage your templates programmatically via our REST API. Perfect for CI/CD.
Liquid Template Example
<!-- Welcome Email Template -->
<h1>Hello, {{ user.first_name | capitalize }}!</h1>
<p>Welcome to Transmit. Your account is now active.</p>
{% if user.plan == 'pro' %}
<p>Thanks for being a Pro member! 🚀</p>
{% endif %}
<ul>
{% for item in recent_items %}
<li>{{ item.name }} - {{ item.price | money }}</li>
{% endfor %}
</ul>Related features
Transactional Email API
Ultra-low latency delivery for critical applications. 99.99% uptime SLA with sub-200ms processing time.
Marketing Campaigns
Broadcast updates, newsletters, and announcements. Send to custom lists and schedule sends with confidence.
Email Analytics
Granular visibility into every message. Track opens, clicks, bounces, and complaints in real-time.
Frequently Asked Questions
What is Liquid?
Can I use my own CSS?
Do you support dark mode?
Can I host images with Transmit?
Start sending with Transmit
Set up in minutes. Volume-based pricing starts at $2/month.