Skip to content
( PRODUCT )

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.

( ONE CALL UNDERNEATH )

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.

POST /v1/messages
const { data } = await samva.email.send({
  to: "maya@acme.com",
  subject: "Your order shipped",
  templateId: "order-update",
  templateData: { orderId: "A-1042" },
});
202 ACCEPTEDmsg_01hv8kq2
Get started

Send the first email today.

Sign up and send your first message in minutes.