Skip to content

Resend

Resend is the email API for developers.

Categories: marketing-automation

Type: resend/v1


Connections

Version: 1

Bearer Token

Properties

NameLabelTypeControl TypeDescriptionRequired
tokenTokenSTRINGTEXTtrue

Actions

Send Email

Name: sendEmail

Send an email

Properties

NameLabelTypeControl TypeDescriptionRequired
fromFromSTRINGEMAILSender email address.true
toToARRAY
Items [STRING($email)]
ARRAY_BUILDERRecipients email addresses.true
subjectSubjectSTRINGTEXTEmail subject.true
bccBccARRAY
Items [STRING($email)]
ARRAY_BUILDERBcc recipients email addresses.false
ccCcARRAY
Items [STRING($email)]
ARRAY_BUILDERCc recipients email addresses.false
reply_toReply ToARRAY
Items [STRING($email)]
ARRAY_BUILDERReply-to email addresses.false
contentTypeContent TypeSTRING
Options HTML, TEXT
SELECTtrue
htmlHTMLSTRINGRICH_TEXTThe HTML version of the message.false
textTextSTRINGTEXT_AREAThe plain text version of the message.false
headersHeadersOBJECT
Properties {}
OBJECT_BUILDERCustom headers to add to the email.false
attachmentsAttachmentsARRAY
Items [FILE_ENTRY]
ARRAY_BUILDERA list of attachments to send with the email.false
tagsARRAY
Items [{STRING(name), STRING(value)}]
ARRAY_BUILDERfalse

Output

Type: OBJECT

Properties

NameTypeControl Type
idSTRINGTEXT

JSON Example

{
"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"
}

Additional instructions


CONNECTION

API key location