-
Notifications
You must be signed in to change notification settings - Fork 61
feat: get inbound emails v0 #641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
commit: |
src/attachments/attachments.spec.ts
Outdated
| }); | ||
|
|
||
| const result = await resend.attachments.get({ | ||
| emailId: '61cda979-919d-4b9d-9638-c148b93ff410', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the spirit of keeping everything isolated during the alpha testing, and not causing confusion with outbound, how about we rename emailId to inboundId?
413146a to
c4bd313
Compare
There was a problem hiding this 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 13 files
Summary by cubic
Adds v0 inbound email retrieval and attachment APIs to the SDK. Lets users fetch inbound email content/metadata and get or list attachments with clean, camelCase fields.