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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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. |
| user-invocable | true |
| argument-hint | <attachment-id> |
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