---
title: "Send email"
method: POST
path: "/emails/send-email"
tags: ["Emails"]
---

# Send email

`POST /emails/send-email`

Send an email to a list of users. The content field should contain either {html} for HTML emails, {template_id, variables} for template-based emails, or {draft_id} for a draft email.

## Response `200`

Successful response

- object
  - `results` object[], required
    - `user_id` string, required

---

[API](https://skmtc.dev/hexclave/apis/hexclave-rest-api-3.md) · [All operations](https://skmtc.dev/hexclave/apis/hexclave-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hexclave/hexclave-rest-api-3/revisions/8451fc4b3a2e/schema)
