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
toTo[STRING($email)]ARRAY_BUILDERRecipients email addresses.true
subjectSubjectSTRINGTEXTEmail subject.true
bccBcc[STRING($email)]ARRAY_BUILDERBcc recipients email addresses.false
ccCc[STRING($email)]ARRAY_BUILDERCc recipients email addresses.false
reply_toReply To[STRING($email)]ARRAY_BUILDERReply-to email addresses.false
contentTypeContent TypeSTRINGSELECTtrue
htmlHTMLSTRINGRICH_TEXTThe HTML version of the message.false
textTextSTRINGTEXT_AREAThe plain text version of the message.false
headersHeaders{}OBJECT_BUILDERCustom headers to add to the email.false
attachmentsAttachments[FILE_ENTRY]ARRAY_BUILDERA list of attachments to send with the email.false
tags[{STRING(name), STRING(value)}]ARRAY_BUILDER

Output

Type: OBJECT

Properties

NameTypeControl Type
idSTRINGTEXT

Additional instructions


CONNECTION

API key location