AgentMail

Official

getAttachment

Retrieve specific email attachments by ID from an AgentMail inbox using inbox, message, and attachment IDs for efficient AI agent workflows.

Instructions

Get attachment by ID

Input Schema

NameRequiredDescriptionDefault
attachment_idYes
inbox_idYes
message_idYes

Input Schema (JSON Schema)

{ "properties": { "attachment_id": { "title": "Attachment Id", "type": "string" }, "inbox_id": { "title": "Inbox Id", "type": "string" }, "message_id": { "title": "Message Id", "type": "string" } }, "required": [ "inbox_id", "message_id", "attachment_id" ], "title": "getAttachmentArguments", "type": "object" }

You must be authenticated.

Other Tools from AgentMail

Related Tools

ID: rvifm92qae