get_received_email_attachment
Retrieve metadata for a specific attachment of a received email, including its download URL, by supplying the email and attachment IDs.
Instructions
Retrieve metadata for one attachment of a received email, including its download_url. (GET /emails/receiving/:id/attachments/:attachmentId serves the raw bytes; this tool returns the matching metadata entry from the attachment list instead.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The received email id. | |
| attachment_id | Yes | The attachment id (or legacy numeric index). |