download_attachment
Download an email attachment to a specified local path by providing message ID, attachment ID, and save path.
Instructions
Download an attachment to save_path (absolute path; parent dirs auto-created).
Returns {path, bytes_written, name}.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | ||
| attachment_id | Yes | ||
| save_path | Yes |