---
title: "Send Raw Email"
method: POST
path: "/v1/email/send"
tags: ["Email"]
---

# Send Raw Email

`POST /v1/email/send`

Send a raw HTML email without template processing. Internal use only.

## Request body

- object
  - `to` string[], required — Array of recipient email addresses
  - `subject` string, required — Email subject line (must not contain newline characters)
  - `html` string, required — Raw HTML content to send

## Response `200`

Default Response

- object
  - `success` boolean, required — True if all emails were sent successfully, false if any failed
  - `statuses` object[], required — Status for each recipient
    - `recipient` string, required — Recipient email address
    - `emailToken` unknown, required
    - `success` boolean, required — Whether this email was sent successfully

## Other responses

- `401` — Default Response
- `403` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/bluehive-health/apis/bluehive-api.md) · [All operations](https://skmtc.net/bluehive-health/apis/bluehive-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bluehive-health/bluehive-api/revisions/e6e553c2594a/schema)
