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

NameTypeDescription
Email FromStringEmail from
Email ToStringEmail to
Name FROMStringName FROM
BCC EmailsStringBCC Emails separated by comma
API KeyString (sensitive)SendGrid API Key
SubjectStringSubject
HTML BodyStringMessage html body

Outputs

NameTypeDescription
SuccessBooleanWhether 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.

API reference