PUT
gmail_drafts_update.py
Requires
https://www.googleapis.com/auth/gmail.modify. Costs 15 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.
Replace a saved draft’s content with a new message.
from charter.packs import gmail
result = await gmail.drafts_update.ainvoke({"id": ..., "body": ...})
https://www.googleapis.com/auth/gmail.modify. Costs 15 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" |
id * | string | The ID of the draft to update. |
| Field | Type | Description |
|---|---|---|
body * | Draft | The draft’s replacement content. |
Was this page helpful?