We support responsible email — No images, no logos, pure performance.

Developer Docs

Minimal, image‑free reference with concrete examples.

Authentication

Use your Server Token via the Authorization: Bearer header.

POST /v1/email/send
Authorization: Bearer <SERVER_TOKEN>
Content-Type: application/json

Send Email

POST /v1/email/send
{
  "from": "no-reply@brightwave-systems.com",
  "to": "user@example.com",
  "subject": "Hello",
  "text": "Plain text",
  "html": "<strong>Hello</strong>"
}

Message Streams

Set X-Message-Stream: outbound or broadcast to route traffic appropriately.

Webhooks

Events: delivered, open, bounce, complaint, click. Retry policy: exponential backoff.