Send Draft
**CLI:**
```bash
agentmail inboxes:drafts send --inbox-id <inbox_id> --draft-id <draft_id>
```
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
inbox_id
The ID of the inbox.
draft_id
ID of draft.
Request
This endpoint expects an object.
add_labels
Label or labels to add to message.
remove_labels
Label or labels to remove from message.
Response
This endpoint returns an object.
message_id
ID of message.
thread_id
ID of thread.
Errors
400
Validation Error
403
Message Rejected Error
404
Not Found Error
