save_email_attachment
Save a specific email attachment to a local folder by specifying the account, subject keyword, and attachment name.
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 |