Skip to content

Sendgrid

Trusted for reliable email delivery at scale.

Categories: communication, marketing-automation

Type: sendgrid/v1


Connections

Version: 1

Bearer Token

Properties

NameLabelTypeControl TypeDescriptionRequired
tokenTokenSTRINGTEXTtrue

Actions

Send Email

Name: sendEmail

Sends an email.

Properties

NameLabelTypeControl TypeDescriptionRequired
fromFromSTRINGTEXTEmail address from which you want to send.true
toTo[STRING]ARRAY_BUILDEREmail addresses which you want to send to.true
ccCC[STRING]ARRAY_BUILDEREmail address which receives a copy.false
subjectSubjectSTRINGTEXTSubject of your emailtrue
textMessage BodySTRINGRICH_TEXTThis is the message you want to sendtrue
typeMessage TypeSTRINGSELECTMessage type for your contenttrue
attachmentsAttachments[FILE_ENTRY]ARRAY_BUILDERA list of attachments you want to include with the email.false

Output

Type: OBJECT

Properties

NameTypeControl Type
typeSTRINGTEXT
fromSTRINGTEXT
to[STRING]ARRAY_BUILDER
subjectSTRINGTEXT
textSTRINGTEXT
attachments[FILE_ENTRY]ARRAY_BUILDER