Back to Hub
Tony Costanzo
Resend Email
HTTP Official CommunicationSend transactional emails via Resend. Supports plain text and HTML content with a simple API key.
0 installs
v1.0.0
Mar 30, 2026
Workspace secrets required
This tool references workspace secrets. After installing, you'll need to configure the required secrets in Settings → Integrations and create a new secret for the tool to work.
Resend Email
Official Send transactional emails via the Resend API.
What this tool does: Sends emails through Resend's developer-friendly email infrastructure. Simple API key authentication with domain-level verification. Supports plain text emails with sender name customization. Great for notifications, reports, and automated outreach.
Setup
Create a Resend API key
- Sign up at Resend (free tier: 100 emails/day)
- Go to API Keys → Create API Key
- Select Sending access and choose your verified domain (or all domains)
- Copy the API key
Verify a domain
- Go to Domains → Add Domain
- Add the DNS records Resend provides (SPF, DKIM, DMARC)
- Wait for verification to complete
Add workspace secret
Go to Settings → Integrations and create a new secret and add:
| Secret Name | Description |
|---|---|
RESEND_API_KEY | Your Resend API key from step 1 |
The
from email address must use a domain verified in Resend or emails will fail to send.Parameters
| Parameter | Required | Description |
|---|---|---|
to | Yes | Recipient email address |
subject | Yes | Email subject line |
body | Yes | Email body as plain text |
from | Yes | Sender email (must use a verified domain) |
from_name | No | Sender display name |
Example Prompts
- "Send an email to [email protected] with the weekly status report"
- "Email the client that their invoice is ready"
- "Send a reminder email about tomorrow's meeting"
Tool Definition
Input Parameters
tostringRecipient email address (e.g. '[email protected]'). Single address only, no display names or angle brackets.bodystringEmail body as plain text. Use \n for line breaks. No HTML tags or markdown. Keep concise.fromstringSender email address, must be verified in Resend (e.g. '[email protected]'). No display name here.subjectstringEmail subject line. Plain text only, no markup. Keep under 150 characters.from_namestringSender display name shown in the From field (e.g. 'Acme Support'). Plain text, no email address. Optional.HTTP Configuration
Method: POST
URL: https://api.resend.com/emails