send-draft-message
Send an existing draft message from the Drafts folder directly to the Sent Items folder. No request body needed—just provide the message ID.
Instructions
Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation.
💡 TIP: No request body needed — just call with the message ID. Draft must exist in Drafts folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messageId | Yes | Path parameter: messageId | |
| includeHeaders | No | Include response headers (including ETag) in the response metadata | |
| excludeResponse | No | Exclude the full response body and only return success or failure indication |