POST
gmail_messages_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 an email via the Gmail API.
from charter.packs import gmail
result = await gmail.messages_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 * | Message | The email message data. |
Was this page helpful?