SendGrid Send Email
Sends an email through SendGrid. Use it to send transactional or notification emails from a flow.
What it does
- Sends an HTML email to one or more recipients via SendGrid.
- Supports a custom sender name and optional BCC recipients.
- Returns whether the email was accepted for delivery.
Inputs
| Name | Type | Description |
|---|---|---|
| Email From | String | Email from |
| Email To | String | Email to |
| Name FROM | String | Name FROM |
| BCC Emails | String | BCC Emails separated by comma |
| API Key | String (sensitive) | SendGrid API Key |
| Subject | String | Subject |
| HTML Body | String | Message html body |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether the message was successfully sent |
Notes
- Email To and BCC Emails accept multiple comma-separated addresses.
- The sender address must belong to a verified SendGrid sender or authenticated domain.