---
title: "Send email with design or HTML."
method: POST
path: "/emails/v1/send/"
tags: ["emails"]
---

# Send email with design or HTML.

`POST /emails/v1/send/`

Send email with design JSON or HTML content.

## Request body

- union
  - object
    - `design` object, required — Proprietary design format JSON
    - `html` string — HTML content to send
    - `to` string, email, required — Recipient email address
    - `subject` string — Email subject line
    - `mergeTags` object — Optional merge tags for personalization
  - object
    - `design` object — Proprietary design format JSON
    - `html` string, required — HTML content to send
    - `to` string, email, required — Recipient email address
    - `subject` string — Email subject line
    - `mergeTags` object — Optional merge tags for personalization

## Response `200`

Default Response

- object
  - `messageId` string — Unique message identifier
  - `status` 'sent' | 'queued' | 'failed'

## Other responses

- `400` — Default Response

---

[API](https://skmtc.dev/unlayer/apis/unlayer-api.md) · [All operations](https://skmtc.dev/unlayer/apis/unlayer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/unlayer/unlayer-api/revisions/6bef9fa0591c/schema)
