mail_download_attachment
Download email attachments from Fastmail accounts using blob IDs to save files locally with specified names and content types.
Instructions
Download an attachment blob by blobId.
Args: blob_id: The blobId of the attachment (from email attachments list). name: The filename to use for the download. content_type: MIME type of the attachment (default: application/octet-stream).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blob_id | Yes | ||
| name | Yes | ||
| content_type | No | application/octet-stream |