---
title: "Send Draft"
method: POST
path: "/v0/inboxes/{inbox_id}/drafts/{draft_id}/send"
tags: ["InboxesDrafts"]
---

# Send Draft

`POST /v0/inboxes/{inbox_id}/drafts/{draft_id}/send`

**CLI:**
```bash
agentmail inboxes:drafts send --inbox-id <inbox_id> --draft-id <draft_id>
```

## Path parameters

- `inbox_id` string, required — The ID of the inbox.
- `draft_id` string, required — ID of draft.

## Request body

- UpdateMessageRequest
  - `add_labels` union — Label or list of labels.
    - string
    - string[]
  - `remove_labels` union — Label or list of labels.
    - string
    - string[]

## Response `200`

- SendMessageResponse
  - `message_id` string, required — ID of message.
  - `thread_id` string, required — ID of thread.

## Other responses

- `400`
- `403`
- `404`

---

[API](https://skmtc.dev/agentmail-to/apis/api-2.md) · [All operations](https://skmtc.dev/agentmail-to/apis/api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agentmail-to/api-2/revisions/869b7f1c360c/schema)
