Skip to content

Email

The Email connector sends emails using an SMTP email server.

Categories: communication, helpers

Type: email/v1


Connections

Version: 1

Basic Auth

Properties

NameLabelTypeControl TypeDescriptionRequired
usernameUsernameSTRINGTEXTtrue
passwordPasswordSTRINGTEXTtrue

Actions

Send

Name: send

Send an email to any address.

Properties

NameLabelTypeControl TypeDescriptionRequired
fromFrom EmailSTRINGTEXTFrom who to send the email.true
toTo Email[STRING]ARRAY_BUILDERWho to send the email to.true
ccCC Email[STRING]ARRAY_BUILDERWho to CC on the email.null
bccBCC Email[STRING]ARRAY_BUILDERWho to BCC on the email.null
replyToReply To[STRING]ARRAY_BUILDERWhen someone replies to this email, where should it go to?null
subjectSubjectSTRINGTEXTYour email subject.true
contentContentSTRINGRICH_TEXTYour email content. Will be sent as a HTML email.null
attachmentsAttachments[FILE_ENTRY]ARRAY_BUILDERA list of attachments to send with the email.null