get_gmail_threads_content_batch
Retrieve content from multiple Gmail threads in batches to manage email data efficiently while preventing SSL connection exhaustion.
Instructions
Retrieves the content of multiple Gmail threads in a single batch request. Supports up to 25 threads per batch to prevent SSL connection exhaustion.
Args: thread_ids (List[str]): A list of Gmail thread IDs to retrieve. The function will automatically batch requests in chunks of 25. user_google_email (str): The user's Google email address. Required.
Returns: str: A formatted list of thread contents with separators.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_ids | Yes | ||
| user_google_email | Yes |