send_draft
Send an existing Gmail draft using its draft ID, returning the message and thread IDs for confirmation.
Instructions
Send an existing Gmail draft by draft ID. Returns message_id and thread_id. Use list_drafts to find draft IDs sorted oldest-first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | Account id. | |
| draft_id | Yes | Draft ID to send (as returned by create_draft or list_drafts). |