This SendGrid native action allows integrating your Arengu forms to send emails using SendGrid as an email service provider.
Connect your SendGrid account
To connect your SendGrid account to Arengu you will need your API key. It can be found at the SendGrid dashboard's Settings pager under the API keys:
Send SendGrid email
Sends an email using SendGrid as the email provider.
Input settings
Parameter |
Description |
ID (required) |
Action ID. It is used to reference the output values of the action. |
Alias |
Short description to be displayed in the action. |
Connection (required) |
Select an existing connection from the vault or create a connection with your SendGrid API key.
|
Sender name |
The sender's name. |
Sender email (required) |
The sender's email.
|
Recipient name |
The recipient's name |
Recipient email (required) |
The recipient's email.
|
Subject |
The email subject. |
Email type (required) |
Send email in either HTML or a template. |
Message (required) |
Email message in HTML format. |
Template ID (required) |
The ID of the template. |
Custom variables |
Add custom variables and its values to templates. |
Find expected response and extra API information at SendGrid’s documentation.