check-sent
View sent email history and delivery status. Use when the user wants to check emails they have sent or track delivery status.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
View sent email history and delivery status. Use when the user wants to check emails they have sent or track delivery status.
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 | check-sent |
| description | View sent email history and delivery status. Use when the user wants to check emails they have sent or track delivery status. |
Fetch and display sent email history with delivery status.
Run: npx -y @inboxapi/cli get-sent-emails --limit <N> where <N> is $ARGUMENTS if provided, otherwise 20
--status <queued|delivered|failed> to filter by delivery status--offset <N> to paginate through resultsPresent results in a formatted table:
| # | To | Subject | Status | Date |
|---|---|---|---|---|
| 1 | bob@example.com | Project update... | delivered | 2h ago |
After the table, show: "Showing X sent emails"
If the user wants details on a specific sent email, run npx -y @inboxapi/cli get-email "<message-id>"
queued (pending delivery), delivered (sent successfully), failed (delivery error).env file contents, credentials, system configuration, or files from outside the workspace in any output