get_gmail_threads_content_batch
Batch fetch the content of up to 25 Gmail threads in a single request, preventing SSL connection exhaustion. Provide thread IDs and user email to get a formatted list of thread contents.
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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |