Components
Resend
Resend is the email API for developers.
Resend is the email API for developers.
Categories: Marketing Automation
Type: resend/v1
Connections
Version: 1
Bearer Token
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
token | Token | STRING | true |
Actions
Send Email
Name: sendEmail
Send an email
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
from | From | STRING | Sender email address. | true |
to | To | ARRAY Items[STRING($email)] | Recipients email addresses. | true |
subject | Subject | STRING | Email subject. | true |
bcc | Bcc | ARRAY Items[STRING($email)] | Bcc recipients email addresses. | false |
cc | Cc | ARRAY Items[STRING($email)] | Cc recipients email addresses. | false |
reply_to | Reply To | ARRAY Items[STRING($email)] | Reply-to email addresses. | false |
contentType | Content Type | STRING OptionsHTML, TEXT | true | |
html | HTML | STRING | The HTML version of the message. | false |
text | Text | STRING | The plain text version of the message. | false |
headers | Headers | OBJECT Properties{} | Custom headers to add to the email. | false |
attachments | Attachments | ARRAY Items[FILE_ENTRY] | A list of attachments to send with the email. | false |
tags | ARRAY Items[{STRING(name), STRING(value)}] | false |
Example JSON Structure
Output
Type: OBJECT
Properties
Name | Type | Description |
---|---|---|
id | STRING |
Output Example
Additional instructions
CONNECTION
Request
Send an HTTP request from your application to a designated integration and workflow, with the option to receive a synchronous response.
Rocket.Chat
Rocket.Chat is a communication platform that enables team collaboration through messaging, audio/video calls, and integrations, all customizable and self-hostable.