get_attachment
Download an email attachment by providing the message ID and attachment ID. Returns base64-encoded content and metadata.
Instructions
Download an email attachment by message ID and attachment ID. Returns base64-encoded content with metadata. Use get_email first to find attachment IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messageId | Yes | Gmail message ID that contains the attachment | |
| attachmentId | Yes | Attachment ID from the get_email response |