wemail API
Send transactional and product email at scale, track every delivery in realtime, and manage authentication and reputation through a single REST API.
Send transactional and product email at scale, track every delivery in realtime, and manage authentication and reputation through a single REST API — or talk SMTP on port 587 with the same credentials. Both protocols share the same routing, events and logs. The same API powers our Console, the official SDKs and the SMTP relay.
The wemail API is organised around predictable resources: messages, events, domains, keys, templates, suppressions, lists, pools and validate. All requests use HTTPS and authenticate via Bearer tokens. All responses are JSON.
Base URL
All requests use a single base URL. wemail is hosted in the European Union — your messages, events and suppression data are stored and processed in the EU.
| Parameter | Type | Required | Description |
|---|---|---|---|
https://api.wemail.io | REST | Optional | Base URL for every /v3 endpoint in this reference. |
smtp.wemail.io | SMTP | Optional | The SMTP relay — same credentials, same pipeline. Ports 587 (STARTTLS) · 465 · 2525. See the SMTP relay page. |