Open GuptaSiddhant opened 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.
GET /emails/<id>
id
It would be nice if we can fetch the list of emails, filtered by date, tags, to, etc.
to
Thanks!
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 theseid
s 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!