Generated from:
Create a POST request to Resend to send an email
URL
https://api.resend.com/emails
Headers
| Authorization | Bearer {{RESEND_API_KEY}} |
|---|---|
| Content-Type | application/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.