Email Send
| Parent Node | Email Initialization |
|---|
Overview
Email Send node sends an email message by using the sender account configured in a linked Email Initialization node.
This node is useful when you want to send notifications, alerts, reports, or other automated email messages from your flow. Multiple Email Send nodes can reuse the same initialized email account while sending to different recipients or composing different messages.
Input
Setup Tool
requiredReference to the configuration tool that was previously set up in the Email: Initialize Node, such as Gmail SMTP or Custom SMTP.
To
string requiredThe destination email address(es) to send the email to. If multiple email addresses are provided, separate them using a semicolon (;).
- Single recipient example:
test@gmail.com - Multiple recipients example:
a@gmail.com;b@gmail.com - Supports dynamic values from previous Nodes using Template Expressions.
CC
stringOptional carbon copy recipient email address(es).
Supports single or multiple recipients separated by ;, and supports dynamic values via Template Expressions.
BCC
stringOptional blind carbon copy recipient email address(es).
Supports single or multiple recipients separated by ;, and supports dynamic values via Template Expressions.
Subject
string requiredEmail subject line shown to recipients.
Supports dynamic content via Template Expressions.
Body
string requiredThe content of the email to be sent. Supports both plain text and Template Expressions.
Output
This node does not provide custom output data. It performs the email send action by using the configuration from the linked Email Initialization node.