get_attachment
Download email attachments to disk by providing message ID and attachment ID, returning the file path for further use.
Instructions
Download an email attachment to disk. Returns the file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messageId | Yes | Message ID | |
| attachmentId | Yes | Attachment ID from get_email response |