Skip to content

Email

Reference


The Email connector sends emails using an SMTP email server.

Categories: [communication, helpers]

Version: 1


Connections

Version: 1

Basic Auth

Properties

NameTypeControl TypeDescription
UsernameSTRINGTEXT
PasswordSTRINGTEXT

Actions

Send

Send an email to any address.

Properties

NameTypeControl TypeDescription
From EmailINTEGERINTEGERFrom who to send the email.
To Email[STRING]ARRAY_BUILDERWho to send the email to.
CC Email[STRING]ARRAY_BUILDERWho to CC on the email.
BCC Email[STRING]ARRAY_BUILDERWho to BCC on the email.
Reply To[STRING]ARRAY_BUILDERWhen someone replies to this email, where should it go to?
SubjectSTRINGTEXTYour email subject.
ContentSTRINGTEXTYour email content. Will be sent as a HTML email.
Attachments[FILE_ENTRY]ARRAY_BUILDERA list of attachments to send with the email.