Resend

Generated from:

Create a POST request to Resend to send an email

Request

POST

URL

https://api.resend.com/emails

Headers

AuthorizationBearer {{RESEND_API_KEY}}
Content-Typeapplication/json

Body

{"to":"{{RECIPIENT_EMAIL}}","subject":"{{EMAIL_SUBJECT}}","html":"<p>{{EMAIL_BODY}}</p>","from":"{{SENDER_EMAIL}}"}

This request was generated from:

Create a POST request to Resend to send an email

Generate your own →

Type any API. Get a production-ready request. No login required.