send_draft
Send an existing draft email from your Gmail account by providing the draft ID. This tool allows you to finalize and dispatch prepared email messages that were previously saved as drafts.
Instructions
Send an existing draft
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the draft to send |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "The ID of the draft to send",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}