API reference
POSTRequires Bearer token
Send email
/api/notifications/email
Submit `/api/notifications/email`. Authenticated routes need `Authorization: Bearer {token}` from `POST /api/v1/login`.
Path parameters
This endpoint has no path parameters.
Query parameters
This endpoint has no query parameters.
Request body
| Field | Type | Description |
|---|---|---|
email Required | string | Recipient email. e.g. "jane@acme.test" |
subject Required | string | Subject line. e.g. "Document ready" |
body Required | string | HTML or text body. e.g. "<p>Hello</p>" |
attachments | array | Optional base64 attachments. |
Responses
| Status | Meaning |
|---|---|
| 202 | See the example response. |
| 500 | See the example response. |