get_gmail_threads_content_batch
Retrieve and organize content from multiple Gmail threads in batches of 25, streamlining email management for Google Workspace users. Automates batch requests to prevent 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
Name | Required | Description | Default |
---|---|---|---|
thread_ids | Yes | ||
user_google_email | Yes |