Resend
Send emails and manage contacts with Resend.
Integrate Resend into your workflow. Send emails, retrieve email status, manage contacts, and view domains. Requires API Key.
| Parameter | Type | Required | Description |
|---|
fromAddress | string | Yes | Email address to send from (e.g., "sender@example.com" or "Sender Name <sender@example.com>") |
to | string | Yes | Recipient email address (e.g., "recipient@example.com" or "Recipient Name <recipient@example.com>") |
subject | string | Yes | No description |
body | string | Yes | No description |
contentType | string | No | Content type for the email body: "text" for plain text or "html" for HTML content |
cc | string | No | No description |
bcc | string | No | No description |
replyTo | string | No | No description |
scheduledAt | string | No | No description |
tags | string | No | Comma-separated key:value pairs for email tags (e.g., "category:welcome,type:onboarding") |
resendApiKey | string | Yes | No description |
| Parameter | Type | Description |
|---|
success | boolean | Whether the email was sent successfully |
id | string | Email ID returned by Resend |
to | string | Recipient email address |
subject | string | Email subject |
body | string | Email body content |
| Parameter | Type | Required | Description |
|---|
emailId | string | Yes | No description |
resendApiKey | string | Yes | No description |
| Parameter | Type | Description |
|---|
id | string | Email ID |
from | string | Sender email address |
to | json | Recipient email addresses |
subject | string | Email subject |
html | string | HTML email content |
text | string | Plain text email content |
cc | json | CC email addresses |
bcc | json | BCC email addresses |
replyTo | json | Reply-to email addresses |
lastEvent | string | Last event status (e.g., delivered, bounced) |
createdAt | string | Email creation timestamp |
scheduledAt | string | Scheduled send timestamp |
tags | json | Email tags as name-value pairs |
| Parameter | Type | Required | Description |
|---|
email | string | Yes | No description |
firstName | string | No | No description |
lastName | string | No | No description |
unsubscribed | boolean | No | No description |
resendApiKey | string | Yes | No description |
| Parameter | Type | Description |
|---|
id | string | Created contact ID |
| Parameter | Type | Required | Description |
|---|
resendApiKey | string | Yes | No description |
| Parameter | Type | Description |
|---|
contacts | json | Array of contacts with id, email, first_name, last_name, created_at, unsubscribed |
hasMore | boolean | Whether there are more contacts to retrieve |
| Parameter | Type | Required | Description |
|---|
contactId | string | Yes | No description |
resendApiKey | string | Yes | No description |
| Parameter | Type | Description |
|---|
id | string | Contact ID |
email | string | Contact email address |
firstName | string | Contact first name |
lastName | string | Contact last name |
createdAt | string | Contact creation timestamp |
unsubscribed | boolean | Whether the contact is unsubscribed |
| Parameter | Type | Required | Description |
|---|
contactId | string | Yes | No description |
firstName | string | No | No description |
lastName | string | No | No description |
unsubscribed | boolean | No | No description |
resendApiKey | string | Yes | No description |
| Parameter | Type | Description |
|---|
id | string | Updated contact ID |
| Parameter | Type | Required | Description |
|---|
contactId | string | Yes | No description |
resendApiKey | string | Yes | No description |
| Parameter | Type | Description |
|---|
id | string | Deleted contact ID |
deleted | boolean | Whether the contact was successfully deleted |
| Parameter | Type | Required | Description |
|---|
resendApiKey | string | Yes | No description |
| Parameter | Type | Description |
|---|
domains | json | Array of domains with id, name, status, region, and createdAt |
hasMore | boolean | Whether there are more domains to retrieve |