SendGrid

Send emails through SendGrid
Component key: sendgrid#
DescriptionSendGrid is an email delivery service. This component allows you to add sending of emails to your integrations.
#
Authorization MethodsSendGrid requires one of the following authorization methods:
Auth Type | Key | Description | Fields |
---|---|---|---|
API Key | api_key | API authorization based on an API key | API Key | api_key |
Information about getting started and creating API keys with SendGrid can be found on their developer documentation site.
#
Actions#
Send EmailSend a single email to one or more recipients | key: sendEmail
Input | Key | Notes | Example |
---|---|---|---|
From string / Required | from | The sender's email address | susan.smith@progix.io |
HTML text | html | The optional HTML body of the email | Hello from <b>Prismatic!</b> |
Subject string / Required | subject | The email subject line | Hello from Prismatic! |
Text text / Required | text | The text body of the email | Here's the body of a notification. |
To string / Required | to | The recipient's email address, or a comma-separated list of recipient email addresses | alex.cooper@progix.io,kristin.henry@progix.io |
#
Output Example Payload#
Send Multiple EmailsSend a separate email to each recipient | key: sendMultipleEmails
Input | Key | Notes | Example |
---|---|---|---|
From string / Required | from | The sender's email address | susan.smith@progix.io |
HTML text | html | The optional HTML body of the email | Hello from <b>Prismatic!</b> |
Subject string / Required | subject | The email subject line | Hello from Prismatic! |
Text text / Required | text | The text body of the email | Here's the body of a notification. |
To string / Required | to | The recipient's email address, or a comma-separated list of recipient email addresses | alex.cooper@progix.io,kristin.henry@progix.io |