Developer Docs

Straightforward API with routing headers.

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

{
  "from": "no-reply@solarlumen-tech.com",
  "to": "user@example.com",
  "subject": "Hello",
  "text": "Hi there",
  "stream": "outbound"
}
// SMTP header
X-Message-Stream: broadcast