Skip to content
( EMAIL API )

Send, receive, and land.

Email for product teams. Password resets, receipts, and the replies that come back. You send from domains you own, and bounces feed suppression.

Send, receive, and land in the inbox.

Pick the job you're wiring up.

( ONE CALL UNDERNEATH )

One send call. A message id back.

Pass a recipient and a template. Samva sends the email and returns a message id. Delivery events and inbound replies hang off that id. Call it from your app, or let a coding agent wire it through hosted MCP.

POST /v1/messages
const  message = await samva.email.send({
  to: "maya@acme.com",
  templateSlug: "order-update",
  templateData: { orderId: "A-1042" },
});
201 CREATEDmsg_7q2xk9mvt4znw8rh
Free to start

Send the first email today.

Sign up and send your first email in minutes.

Related Resources