EMAIL INFRASTRUCTURE / ZSEND

Ship the email
your product
depends on.

ZSend gives product teams one clear way to send, schedule, template, and understand email across the providers they already use.

Explore the product

Built for teams that want the API and the provider details in the same picture.

01Sending should feel like part of the product, not a separate system.
MEET YOUR CODE WHERE IT LIVES
TypeScript@zsend/sdk
Pythonpip install zsend
Gogithub.com/W3Mirror/zsend-go
CLInpm install -g zsend
MCPavailable in the dashboard
03 / PROVIDERS

Your provider stays
in the conversation.

ZSend connects product email to Google Workspace, AWS SES, Cloudflare Email, or SMTP. The provider details stay visible instead of becoming another opaque dependency in your stack.

Read the provider layer
01

Google Workspace

Connected account

OAuth connection
02

AWS SES

Verified identities

AWS account
03

Cloudflare Email

Supported domain flows

Email Routing
04

SMTP

Existing applications

SMTP credentials

Provider availability and inbound behavior depend on the connection you configure.

05 / DEVELOPER SURFACE

A send call you can read at a glance.

Start with the SDK or call the API directly. The same send model is available wherever your application runs.

POST /api/v1/emails
import { Zsend } from "@zsend/sdk";

const zsend = new Zsend(process.env.ZSEND_API_KEY);

await zsend.emails.send({
  from: "[email protected]",
  to: "[email protected]",
  subject: "Your report is ready",
  html: "<p>Your report is ready.</p>",
});
Example requestUse published templates when content should live outside application code.
04 / AVAILABILITY

The product is taking shape with the teams who will use it.

ZSend pricing and availability are not published yet. Join the waitlist to hear when access opens and to tell us which part of your email workflow needs the most attention.

NEXT / YOUR EMAIL LAYER

Make sending
part of the product.

Join the ZSend waitlist and help shape an email workflow that keeps application code, content, and provider context together.