download_attachment
Save a Gmail attachment to your computer by providing the email message ID and attachment ID. Optionally set a custom filename and destination folder.
Instructions
Download an email attachment to a specified location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | No | Filename to save as (uses original if not provided) | |
| save_path | No | Directory to save the attachment (defaults to current directory) | |
| message_id | Yes | ID of the email message containing the attachment | |
| attachment_id | Yes | ID of the attachment to download |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |