get_attachment
Download an email attachment and retrieve its size and base64-encoded content for decoding.
Instructions
Download a single attachment from an email. Returns { size, contentBase64 } — decode the base64 to get the bytes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messageId | Yes | ||
| attachmentId | Yes |