feat: add inboxes command group (beta) - #392
Draft
LauraBeatris wants to merge 13 commits into
Draft
LauraBeatris wants to merge 13 commits into
LauraBeatris wants to merge 13 commits into
Conversation
LauraBeatris
requested review from
CarolinaMoraes,
isabellaaquino and
joaopcm
September 17, 2026 17:30
The preview version contains inboxes SDK methods. Once the upccoming CLI methods are ready to merge, the SDK version will point to `latest`.
LauraBeatris
force-pushed
the
preview-inboxes
branch
from
September 23, 2026 16:02
86fa552 to
8c2a89b
Compare
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>
LauraBeatris
commented
Sep 23, 2026
| "esbuild-wasm": "0.28.0", | ||
| "picocolors": "1.1.1", | ||
| "resend": "6.28.0" | ||
| "resend": "6.28.1-preview-inboxes.0" |
Member
Author
There was a problem hiding this comment.
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves MES-1663
Adds a beta
inboxescommand 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.0New Features
threadssubcommands to list, get, update, delete, and handle emails (get, reply, forward).draftssubcommands to create, list, get, update, send, and delete drafts.labelssubcommands to create, list, update, and delete labels.skills/resend-cli/SKILL.mdand adds a reference doc forinboxes.