The whole email surface, one typed API.
Sending, deliverability, templates, inbound, webhooks, and conversation threading. Follow any capability to how it works.
Everything the email API does, feature by feature.
Open any capability to see how it works.
Password resets, receipts, and one-time codes through one typed send call.
Replies arrive parsed and threaded, routed to your app as an event.
Versioned and rendered server-side. Pass data by name, the pinned version sends.
Send from your own domain with SPF, DKIM, and DMARC managed, and bounces feeding suppression.
Delivery, bounce, and complaint come back as signed webhooks, retried with backoff.
Sends, replies, forwards, and bounces group into one conversation per contact.
The whole surface sits behind one send call.
Pass a recipient and a template, and Samva relays the message and returns its id. Delivery events, threading, and inbound replies all hang off that same message.
const { data } = await samva.email.send({
to: "maya@acme.com",
subject: "Your order shipped",
templateId: "order-update",
templateData: { orderId: "A-1042" },
});Send the first email today.
Sign up and send your first message in minutes.