Resend
Send emails with Resend.
Configuration
From Address*
sender@yourdomain.com
To*
recipient@example.com
Subject*
Email subject
Body*
Email body content
Resend API Key*
••••••••
Tools
resend_send
Send an email using your own Resend API key and from address
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
fromAddress | string | Yes | Email address to send from |
to | string | Yes | Recipient email address |
subject | string | Yes | Email subject |
body | string | Yes | Email body content |
contentType | string | No | Content type for the email body (text or html) |
resendApiKey | string | Yes | Resend API key for sending emails |
Output
| Parameter | Type | Description |
|---|---|---|
success | boolean | Whether the email was sent successfully |
to | string | Recipient email address |
subject | string | Email subject |
Usage Instructions
Integrate Resend into the workflow. Can send emails. Requires API Key.
Notes
- Category:
tools - Type:
resend