POST
gmail_threads_untrash.py
Requires
https://www.googleapis.com/auth/gmail.modify. Costs 10 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.
Take a thread and all of its messages back out of the trash.
from charter.packs import gmail
result = await gmail.threads_untrash.ainvoke({"id": ...})
https://www.googleapis.com/auth/gmail.modify. Costs 10 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 thread to remove from Trash. |
Was this page helpful?