zyphr — sessionhostapi.zyphr.devsession ~/email/ready
dev@zyphr:~/zyphr$
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.

Start for FreeRead the Docs
1,000 emails freeSub-200ms deliveryDKIM signing built in
dev@zyphr:~/zyphr$
// Capabilities

Everything you need to ship email

Templates, tracking, compliance, and deliverability — all behind one send call.

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.

dev@zyphr:~/zyphr$
// Developer-first

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.

202accepted msg_abc123
queued ses:us-east-1
200delivered 187ms
send-email.tsTypeScript
import Zyphr from '@zyphr-dev/node-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
dev@zyphr:~/zyphr$
// Infrastructure

Powered by industry leaders

Currently powered by AWS SES with more providers coming soon.

dev@zyphr:~/zyphr$
// FAQ

Frequently asked questions

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.

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.

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.

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

dev@zyphr:~/zyphr$ zyphr signup
200 OK — ready when you are

Start sending emails in minutes

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

Get Started Free