-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add resend api #201
Add resend api #201
Conversation
cc? bcc? |
since it's not typesafe, it will work with all parameters in https://resend.com/docs/api-reference/emails/send-email |
I feel like we can still handle batch operation without passing the
|
That sounds nice but I would prefer to avoid putting in logic we would have to maintain. A similar optimization could have been made in qstash-js publishJSON vs batch, or it could have been done by resend itself (having a single API for single & batch email). |
adds resend api used like this:
body is not typesafe. Out llm api isn't typesafe too. It's not very simple to make it typesafe currently.
We can go ahead with this version and make it typesafe later