Email API

Transactional email that lands in the inbox

Send password resets, receipts, and notifications with a developer friendly REST API or SMTP relay. OnePush handles authentication, deliverability, and logs.

View pricing

No credit card required ยท Plans from $20/month

99.95%
Delivery SLA
< 2s
Median delivery
Privacy-first
Compliance ready
Developer API

One API call puts your email in the inbox

POST /v1/emails
curl https://api.onepush.app/v1/emails \
  -H "Authorization: Bearer sk_live_..." \
  -d from="hello@yourapp.com" \
  -d to="user@example.com" \
  -d subject="Reset your password" \
  -d template="password-reset"

{ "id": "msg_8f2c...", "status": "queued", "delivered_in": "1.4s" }
Showing up in the inbox builds trust. OnePush handles SPF, DKIM, DMARC, and reputation monitoring so your team can focus on product.
Capabilities

Everything you need to send email at scale

Integrate once. OnePush handles the infrastructure so you can ship faster.

โšก

Simple REST API

Send your first email with a single request. Works with any language or framework.

๐Ÿ“ฌ

High deliverability

Warmed IP pools, domain authentication, and reputation monitoring built in.

๐Ÿ›ก๏ธ

GDPR compliant

Privacy first architecture with DPA available and full data export tools.

๐Ÿ””

Webhooks and events

Real time events for deliveries, opens, clicks, bounces, and complaints.

๐Ÿ“Š

Searchable logs

Debug any send with full text search across millions of delivery records.

๐ŸŽจ

Templates

Reusable templates with variables. Update content without shipping new code.

Delivery logs

Full visibility into every send

Track delivery status, opens, and bounces in real time. Search logs by recipient, template, or domain and export via API when you need deeper analysis.

  • โœ“Per message delivery timeline
  • โœ“Bounce and complaint suppression
  • โœ“Webhook payloads for every event
  • โœ“90 day log retention on all plans
Delivery logsLast 24 hours
user@acme.com
1.2s
Delivered
jane@startup.io
0.9s
Delivered
ops@team.dev
3m ago
Opened
How it works

From API key to first send in minutes

Four steps to production ready transactional email.

01

Create API key

Sign up and generate a key from the dashboard. Sandbox mode included for testing.

02

Verify domain

Add DNS records for SPF, DKIM, and DMARC with our step by step wizard.

03

Send email

Call the REST API or connect via SMTP from your existing mail library.

04

Monitor delivery

Watch logs and webhooks in real time. Tune templates based on engagement.

Send your first email today

Create an account, verify your domain, and deliver your first transactional message in minutes.

API reference