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
toToARRAY
Items [STRING]
ARRAY_BUILDEREmail addresses which you want to send to.true
ccCCARRAY
Items [STRING]
ARRAY_BUILDEREmail address which receives a copy.false
subjectSubjectSTRINGTEXTSubject of your emailtrue
textMessage BodySTRINGRICH_TEXTThis is the message you want to sendtrue
typeMessage TypeSTRING
Options text/plain, text/html
SELECTMessage type for your contenttrue
attachmentsAttachmentsARRAY
Items [FILE_ENTRY]
ARRAY_BUILDERA list of attachments you want to include with the email.false

Output

Type: OBJECT

Properties

NameTypeControl Type
typeSTRINGTEXT
fromSTRINGTEXT
toARRAY
Items [STRING]
ARRAY_BUILDER
subjectSTRINGTEXT
textSTRINGTEXT
attachmentsARRAY
Items [FILE_ENTRY]
ARRAY_BUILDER

JSON Example

{
"label" : "Send Email",
"name" : "sendEmail",
"parameters" : {
"from" : "",
"to" : [ "" ],
"cc" : [ "" ],
"subject" : "",
"text" : "",
"type" : "",
"attachments" : [ {
"extension" : "",
"mimeType" : "",
"name" : "",
"url" : ""
} ]
},
"type" : "sendgrid/v1/sendEmail"
}