SendGrid nodes
Tools for sending emails via SendGrid. These nodes are also served as MCP tools on the sendgrid MCP server. Back to the full node reference.
SendGrid Send Email
sendgrid_send_email · natural-language configurable · 1 credit on Cloud
Send an email through SendGrid.
Credential: SendGrid (API key)
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
content | string | ✓ | HTML body content of the email. |
from | string | ✓ | Sender email address. |
subject | string | ✓ | Email subject line. |
to | array<string> | ✓ | List of recipient email addresses. |
Output
Returns a list of records — reference fields downstream as $<node>.status.
| Field | Type | Description |
|---|---|---|
status | boolean | Whether the email was sent successfully. |