resend / resend-node

Resend's Official Node.js SDK
MIT License
571 stars 42 forks source link

Api endpoint to list emails #424

Open GuptaSiddhant opened 2 months ago

GuptaSiddhant commented 2 months ago

Can there be a GET endpoint to list emails.

We use GET /emails/<id> to get data about a sent email but we need to store these ids in database to keep track of them.

It would be nice if we can fetch the list of emails, filtered by date, tags, to, etc.

Thanks!