Skip to content

Resend

Resend is the email API for developers.

Categories: marketing-automation

Type: resend/v1


Connections

Version: 1

Bearer Token

Properties

NameLabelTypeDescriptionRequired
tokenTokenSTRINGtrue

Actions

Send Email

Name: sendEmail

Send an email

Properties

NameLabelTypeDescriptionRequired
fromFromSTRINGSender email address.true
toToARRAY
Items [STRING($email)]
Recipients email addresses.true
subjectSubjectSTRINGEmail subject.true
bccBccARRAY
Items [STRING($email)]
Bcc recipients email addresses.false
ccCcARRAY
Items [STRING($email)]
Cc recipients email addresses.false
reply_toReply ToARRAY
Items [STRING($email)]
Reply-to email addresses.false
contentTypeContent TypeSTRING
Options HTML, TEXT
true
htmlHTMLSTRINGThe HTML version of the message.false
textTextSTRINGThe plain text version of the message.false
headersHeadersOBJECT
Properties {}
Custom headers to add to the email.false
attachmentsAttachmentsARRAY
Items [FILE_ENTRY]
A list of attachments to send with the email.false
tagsARRAY
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

NameTypeDescription
idSTRING

Output Example

{
"id" : ""
}

Additional instructions


CONNECTION

API key location