POST
gmail_drafts_send.py
Requires
https://www.googleapis.com/auth/gmail.modify. Costs 100 against the provider’s own quota.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Send a saved draft to the recipients in its To, Cc and Bcc headers.
from charter.packs import gmail
result = await gmail.drafts_send.ainvoke({"body": ...})
https://www.googleapis.com/auth/gmail.modify. Costs 100 against the provider’s own quota.| Field | Type | Description |
|---|---|---|
userId | string | The user’s email address. The special value ‘me’ can be used to indicate the authenticated user. defaults to "me" |
| Field | Type | Description |
|---|---|---|
body * | SendDraftRequest | The draft to send. |
Was this page helpful?