bulk_save_gmail_attachments
Save multiple Gmail attachments to disk by providing message IDs and attachment IDs in a single request.
Instructions
Save multiple Gmail attachments to disk by their message IDs and attachment IDs in a single request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The EMAIL of the Google account. Choose from: | |
| attachments | Yes | List of attachment information dictionaries. Each dictionary should have message_id, attachment_id, and save_path. |