Skip to content

Resend

Reference


Resend is the email API for developers.

Categories: [marketing-automation]

Version: 1


Connections

Version: 1

Bearer Token

Properties

NameTypeControl TypeDescription
TokenSTRINGTEXT

Actions

Send Email

Send an email

Properties

NameTypeControl TypeDescription
FromSTRINGEMAILSender email address.
To[STRING($email)]ARRAY_BUILDERRecipients email addresses.
SubjectSTRINGTEXTEmail subject.
Bcc[STRING($email)]ARRAY_BUILDERBcc recipients email addresses.
Cc[STRING($email)]ARRAY_BUILDERCc recipients email addresses.
Reply to[STRING($email)]ARRAY_BUILDERReply-to email addresses.
Content typeINTEGERSELECT
HTMLSTRINGTEXTThe HTML version of the message.
TextSTRINGTEXTThe plain text version of the message.
Headers{}OBJECT_BUILDERCustom headers to add to the email.
Attachments[FILE_ENTRY]ARRAY_BUILDERA list of attachments to send with the email.
[{STRING(name), STRING(value)}]ARRAY_BUILDER

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT

Additional instructions


CONNECTION

API key location