---
title: "Send Draft"
method: POST
path: "/emails/{id}/send-draft"
tags: ["Emails"]
---

# Send Draft

`POST /emails/{id}/send-draft`

Send a draft email to specific recipients

## Path parameters

- `id` string, required

## Request body

- SendDraftInput
  - `subscribers` string[], nullable — A list of subscriber ids to which to send the email.
  - `recipients` string[], nullable — A list of email addresses to send the email to.

## Response `200`

OK

## Other responses

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

---

[API](https://skmtc.net/buttondown/apis/buttondown-api.md) · [All operations](https://skmtc.net/buttondown/apis/buttondown-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/buttondown/buttondown-api/versions/71b271a0f44a/schema)
