Resend
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
{
"label" : "Send Email",
"name" : "sendEmail",
"parameters" : {
"from" : "",
"to" : [ "" ],
"subject" : "",
"bcc" : [ "" ],
"cc" : [ "" ],
"reply_to" : [ "" ],
"contentType" : "",
"html" : "",
"text" : "",
"headers" : { },
"attachments" : [ {
"extension" : "",
"mimeType" : "",
"name" : "",
"url" : ""
} ],
"tags" : [ {
"name" : "",
"value" : ""
} ]
},
"type" : "resend/v1/sendEmail"
}
Output
Type: OBJECT
Properties
Name | Type | Description |
---|---|---|
id | STRING |
Output Example
{
"id" : ""
}
What to do if your action is not listed here?
If this component doesn't have the action you need, you can use Custom Action to create your own. Custom Actions empower you to define HTTP requests tailored to your specific requirements, allowing for greater flexibility in integrating with external services or APIs.
To create a Custom Action, simply specify the desired HTTP method, path, and any necessary parameters. This way, you can extend the functionality of your component beyond the predefined actions, ensuring that you can meet all your integration needs effectively.
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.
Retable
Retable is a online database and spreadsheet platform designed for teams and individuals who want to organize, manage, and collaborate on structured data.