---
title: "Send E-Mail request"
method: POST
path: "/send"
---

# Send E-Mail request

`POST /send`

Use E-Mail endpoint to send single E-Mail . When you send a request using this API, the API will return to you the sent request’ ID to track it later using our platform.

## Request body

- object
  - `source` string, required — This is where the email will appear to originate from for your recipient.
  - `destinations` string, required — The destination for this email, composed of To. (string or array of strings)
  - `subject` string, required — The subject of the message: A short summary of the content, which appears in the recipient's inbox.
  - `body` string, required — The message to be sent.

## Response `200`

200

- object
  - `$metadata` object
    - `httpStatusCode` integer
    - `requestId` string
    - `attempts` integer
    - `totalRetryDelay` integer
  - `MessageId` string

## Other responses

- `400` — 400
- `5XX` — 5XX

---

[API](https://skmtc.dev/cequens/apis/authentication.md) · [All operations](https://skmtc.dev/cequens/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cequens/authentication/revisions/deadb0661f19/schema)
