Transactional Email

Email delivery that just works

Send transactional emails via AWS SES with templates, tracking, bounce handling, and DKIM signing. One API call, sub-200ms delivery.

AWS SES Integration

Powered by AWS SES with automatic reputation management and deliverability optimization.

Template Engine

Handlebars templates with variable substitution, versioning, and preview support.

Delivery Tracking

Real-time tracking for opens, clicks, bounces, and complaints with webhook notifications.

Compliance Built In

Automatic List-Unsubscribe headers, CAN-SPAM compliance, and GDPR-friendly unsubscribe flows.

Scheduled Sending

Schedule emails for future delivery or add delays to create timed sequences.

Domain Verification

Automated DKIM signing and domain verification for maximum inbox placement.

Send emails in 3 lines

Use the Zyphr SDK or REST API to send templated emails with variable substitution. Track delivery, opens, and clicks in real time.

send-email.ts

TypeScript
import Zyphr from '@zyphr/sdk';

const zyphr = new Zyphr('zy_live_xxx');

const { data } = await zyphr.emails.send({
  from: 'hello@yourapp.com',
  to: 'user@example.com',
  subject: 'Your order has shipped!',
  template: 'order-shipped',
  variables: {
    customerName: 'Jane',
    trackingUrl: 'https://track.example.com/abc',
    orderNumber: 'ORD-12345',
  },
});

console.log(data.message_id);
// "msg_abc123" — delivered in < 200ms

Powered by industry leaders

Currently powered by AWS SES with more providers coming soon.

Frequently asked questions

What email providers does Zyphr support?

Zyphr currently uses AWS SES for email delivery, providing enterprise-grade deliverability and reputation management. Additional providers (SendGrid, Postmark, Mailgun) are on the roadmap with automatic failover.

Can I send bulk marketing emails with Zyphr?

Zyphr is built for transactional emails — messages triggered by user actions like password resets, order confirmations, and notifications. For bulk marketing campaigns, we recommend a dedicated marketing platform.

How does template versioning work?

Each template can have multiple versions. You can preview changes, run A/B tests, and roll back to previous versions instantly. Templates use Handlebars syntax for variable substitution.

What deliverability features are included?

Zyphr includes automatic DKIM signing, domain verification, bounce handling, complaint processing, suppression list management, and reputation monitoring — all configured through the dashboard.

Start sending emails in minutes

1,000 emails free every month. No credit card required.

Get Started Free