Skip to content

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

FieldTypeRequiredDescription
contentstringHTML body content of the email.
fromstringSender email address.
subjectstringEmail subject line.
toarray<string>List of recipient email addresses.

Output

Returns a list of records — reference fields downstream as $<node>.status.

FieldTypeDescription
statusbooleanWhether the email was sent successfully.