Minimal, image‑free reference with concrete examples.
Use your Server Token via the Authorization: Bearer
header.
POST /v1/email/send
Authorization: Bearer <SERVER_TOKEN>
Content-Type: application/json
POST /v1/email/send
{
"from": "no-reply@brightwave-systems.com",
"to": "user@example.com",
"subject": "Hello",
"text": "Plain text",
"html": "<strong>Hello</strong>"
}
Set X-Message-Stream: outbound
or broadcast
to route traffic appropriately.
Events: delivered, open, bounce, complaint, click. Retry policy: exponential backoff.