Skip to content

feat: add ContactImports class for managing contact imports#963

Draft
vcapretz wants to merge 1 commit into
canaryfrom
preview-imports
Draft

feat: add ContactImports class for managing contact imports#963
vcapretz wants to merge 1 commit into
canaryfrom
preview-imports

Conversation

@vcapretz
Copy link
Copy Markdown
Contributor

@vcapretz vcapretz commented May 18, 2026


Summary by cubic

Adds ContactImports to manage contact import jobs. You can now list imports with pagination and status filters via resend.contacts.imports.list().

  • New Features
    • Added contacts.imports accessor and ContactImports.list() using /contacts/imports.
    • Supports pagination options and status filter (queued, in_progress, completed, failed).
    • Exported related interfaces from src/index.ts for external use.

Written for commit a1de61f. Summary will update on new commits. Review in cubic

@vcapretz vcapretz self-assigned this May 18, 2026
@vcapretz vcapretz changed the title feat(contacts): add ContactImports class and related interfaces for m… feat: add ContactImports class for managing contact imports May 18, 2026
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 18, 2026

Open in StackBlitz

npm i https://pkg.pr.new/resend@963

commit: a1de61f

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

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

No issues found across 6 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Auto-approved: This PR adds a new ContactImports class with a list method, following the established pattern of similar sub-resources like ContactTopics and ContactSegments, includes passing tests, and only touches new files and minimal additions to existing files, making the blast radius very low.

Re-trigger cubic

Copy link
Copy Markdown
Contributor

@lucasfcosta lucasfcosta left a comment

Choose a reason for hiding this comment

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

Nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants