Skip to content
Email API

Send email from any stack

One key, one POST, and a message that is durably recorded before the response comes back. Pick the stack you write in: each page has a complete working sample, the six steps to a delivered message, and the one thing that stack gets wrong about webhook signatures.

The same API behind every one of them

There is no SMTP relay and there are no per-language gateways: every sample on these pages posts to the same endpoint with the same four headers, and the two typed clients have their request and response types generated from the document the API is validated against. What differs between the twelve is where the key lives and how that runtime hands you the raw bytes of a webhook — which is exactly what each page spells out.

The field list and the limits are on the emails reference, and the five steps to a first delivered message are in the quickstart.

Start sending this morning

Create a key, verify a domain, and post one message from whatever you already write in.