Templates
Design beautiful, high-converting emails once and reuse them across your entire stack.
Dynamic Variables
Transmit templates use a simple syntax for injecting data. Use double curly braces {{variableName}} to display content.
Hello {{firstName}}, your order {{orderId}} is ready!
Rendering via API
POST /v1/send
{
"templateId": "tmpl_987654",
"to": "user@example.com",
"variables": {
"firstName": "Mudit",
"orderId": "#10293"
}
}Editor Features
- Visual & HTML Mode: Switch between our drag-and-drop editor and raw HTML coding.
- Responsive Preview: Instantly see how your email looks on mobile and desktop devices.