Skip to content
background-image background-image

SendGrid Mail Sender

[ | version 3.0]

Connector

The connector is permitted for use of the platform background agent.

Connector processing type: Row by row!

This connector allows to send email messages by SendGrid server.

TLS 1.3 is supported.

Configuration

SendGrid Mail Send configuration

Server URL

The URL of SendGrid server.

https://api.sendgrid.com

Authorization Token

Define the authorization token that is used to authenticate the connection to SendGrid server.

Input & Output Schema

Input

E-Mail SendGrid Send (ver. 1.0.1)

Column Data type Allow null Description
Subject string Yes Subject
Importance string Yes Importance of email (low, normal, high)
From E-Mail Send Person 1.0.1 Yes Sender of email data
To E-Mail Send Person 1.0.1 No The recipient/s of the email data object
Cc E-Mail Send Person 1.0.1 Yes Recipients that are copied on the email data object
Bcc E-Mail Send Person 1.0.1 Yes Recipients that are blind-copied on the email data object
BodyType string No Body type of message (text, html)
Body string No Body
ClickTracking bool Yes Enabling Click Tracking causes all the links and URLs in your emails to be overwritten and pointed to either SendGrid’s servers or the domain you branded your link with so that any time a customer clicks a link, SendGrid can track those clicks. SendGrid can track up to 1000 links per email.
OpenTracking bool Yes Open Tracking adds an invisible, one pixel image at the end of the email which can track email opens. If the email recipient has images enabled on their email client and a request to SendGrid’s server for the invisible image is executed, then an open event is logged.
Attachment E-Mail Attachment 1.0.0 Yes Email attachments

E-Mail Send Person (ver. 1.0.1)

Column Data type Allow null Description
Name string Yes Name of person
Address string No Email address

E-Mail Attachment (ver. 1.0.0)

Column Data type Allow null Description
Name string No File name with extension
Content Base64 No Encoded file content

Output

Not provided by this connector.

Release notes

3.0.3

  • Fixed shared nuget package versions.

3.0.2

  • Fixed right processing of nullable properties.