Skip to content

feat: add inboxes command group (beta) - #392

Draft
LauraBeatris wants to merge 13 commits into
mainfrom
preview-inboxes
Draft

LauraBeatris wants to merge 13 commits into
mainfrom
preview-inboxes

Conversation

@LauraBeatris

@LauraBeatris LauraBeatris commented Sep 16, 2026

Copy link
Copy Markdown
Member

Resolves MES-1663

Adds a beta inboxes command group to the CLI for managing email inboxes, threads, drafts, and labels. The CLI previously only handled outbound email; now it can receive, organize, reply to, and forward messages, plus manage inboxes, drafts, labels, and threads.

You can use via npm i resend-cli@2.22.0-preview-inboxes.0

New Features

  • Adds commands to create, list, get, update, and delete inboxes.
  • Adds threads subcommands to list, get, update, delete, and handle emails (get, reply, forward).
  • Adds drafts subcommands to create, list, get, update, send, and delete drafts.
  • Adds labels subcommands to create, list, update, and delete labels.
  • Updates skills/resend-cli/SKILL.md and adds a reference doc for inboxes.

LauraBeatris and others added 2 commits September 23, 2026 13:10
Rename the inboxes command group flags from kebab-case to snake_case so
they mirror the API reference exactly (--inbox_id, --thread_id,
--draft_id, --label_id, --email_id, --email_address,
--reply_to_email_id), and expose the documented friendly_name parameter
on inboxes create/update as --friendly_name.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The preview version bump only exists so npm can publish the tagged
build; keep the branch at main's version (2.21.1) so merging to main
doesn't carry a prerelease version string.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Comment thread package.json
"esbuild-wasm": "0.28.0",
"picocolors": "1.1.1",
"resend": "6.28.0"
"resend": "6.28.1-preview-inboxes.0"

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a note that of course we'll need to also update this to the resend latest when we publish the CLI to latest as well :)

This branch was successfully deployed

1 active (outdated) deployment
release c9ec8dda Deployed Sep 23, 2026 by LauraBeatris via publish-npm #71
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant