---
title: "Send Email To"
method: POST
path: "/subscribers/{id_or_email}/emails/{email_id}"
tags: ["Subscribers"]
---

# Send Email To

`POST /subscribers/{id_or_email}/emails/{email_id}`

Send a specific email to a specific subscriber

## Path parameters

- `id_or_email` string, required
- `email_id` string, required

## Response `200`

OK

- Empty

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `429` — Too Many Requests

---

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