save_email_attachment
Save email attachments to disk by searching for specific emails and extracting named files, enabling organized local storage of important documents from Apple Mail.
Instructions
Save a specific attachment from an email to disk.
Args: account: Account name (e.g., "Gmail", "Work", "Personal") subject_keyword: Keyword to search for in email subjects attachment_name: Name of the attachment to save save_path: Full path where to save the attachment
Returns: Confirmation message with save location
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | ||
| subject_keyword | Yes | ||
| attachment_name | Yes | ||
| save_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |