Send transactional email
Edit in CMSLetterhead’s Transactional Email feature lets you send triggered or one-off transactional messages like receipts, confirmations, and notifications, separate from your regular newsletter sends.
Set up transactional email
Section titled “Set up transactional email”Transactional emails are typically configured via the UI or API depending on your use case.
Via the UI
Section titled “Via the UI”- Navigate to Transactional Email or Email Templates (TODO: confirm exact section name).
- Click Create Transactional Email or New Template.
- Name the email template (e.g., “Order Confirmation”, “Password Reset”).
- Design the email using the template editor, including variables for dynamic content (TODO: confirm variable syntax, e.g., {{variable_name}}).
Via API
Section titled “Via API”- Consult the Letterhead API documentation for transactional email endpoints (TODO: confirm if API setup differs from UI setup, provide endpoint examples).
- Implement the API client in your application.
- Call the transactional email endpoint with recipient address and template variables.
Send a transactional email
Section titled “Send a transactional email”Manual (one-off)
Section titled “Manual (one-off)”- Open an existing transactional email template.
- Click Send, Test, or Send Now.
- Enter recipient email address(es).
- Fill in any required template variables (TODO: confirm if required vs. optional).
- Click Send.
Triggered (via API or automation)
Section titled “Triggered (via API or automation)”- Set up a trigger or webhook in your application to call Letterhead’s transactional email API.
- Include the template ID, recipient, and variable values.
- Letterhead will automatically send the transactional email (TODO: confirm delivery timing and any retry/bounce handling).
Track transactional email performance
Section titled “Track transactional email performance”- Navigate to Reporting > Transactional Email or similar (TODO: confirm reporting section name).
- View delivery, bounce, open, and click metrics for transactional emails (TODO: confirm which metrics are tracked).
TODO: Confirm authentication method (API key, OAuth), rate limits, delivery SLA, and whether transactional emails count against campaign limits. Also confirm support for templates with conditional content or multi-language variants.
Still can’t find what you need? Contact support.