---
title: "Send an email as the authenticated consumer"
method: POST
path: "/api/v4/me/email"
tags: ["Email"]
deprecated: true
---

# Send an email as the authenticated consumer

`POST /api/v4/me/email`

> **Deprecated.**

Deprecated. Sends an email on behalf of the authenticated consumer and returns a `polling_id` for status polling. Prefer event-based email flows where available.

## Request body

- SendEmailRequest
  - `data` object, nullable, required
  - `zone_name` string, required

## Response `200`

Successful response

- SendEmailResponse
  - `polling_id` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
