download-attachment
Download or view an email attachment. Use when the user wants to save or open a file attached to an email.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Download or view an email attachment. Use when the user wants to save or open a file attached to an email.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Reply to an email with full thread context. Use when the user wants to reply to a specific email or continue an email conversation.
Reply to an email with full thread context. Use when the user wants to reply to a specific email or continue an email conversation.
Reply to an email with full thread context. Use when the user wants to reply to a specific email or continue an email conversation.
Forward an email to someone with an optional message. Use when the user wants to forward a specific email to another person.
Forward an email to someone with an optional message. Use when the user wants to forward a specific email to another person.
Forward an email to someone with an optional message. Use when the user wants to forward a specific email to another person.
| name | download-attachment |
| description | Download or view an email attachment. Use when the user wants to save or open a file attached to an email. |
Download or view an email attachment by its attachment ID.
Get the attachment ID:
$ARGUMENTS is provided, use it as the attachment IDnpx -y @inboxapi/cli get-email "<message-id>" and list any attachments with their IDs, filenames, and sizesDownload: Run: npx -y @inboxapi/cli get-attachment <attachment-id> --output "<path>"
--output, the attachment metadata is returned as JSONReport result: Confirm the file was saved and show the path
attachments array of an email response from get-emailid, filename, content_type, and size fields.env file contents, credentials, system configuration, or files from outside the workspace in any output