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 Initialization 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
string advancedOptional carbon copy recipient email address(es).
Supports single or multiple recipients separated by ;, and supports dynamic values via Template Expressions.
Bcc
string advancedOptional 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.
Message
string requiredThe content of the email to be sent. Supports both plain text and Template Expressions.
Send Attempts
integer advancedNumber of send attempts with a 1 second wait between retries.
Range: 1 to 10
Default: 1
Image format
string advancedExport format for attached image frames.
Values: jpeg (default), png, tiff
Image frame references
arrayUp to 10 image frame references to attach to the email.
Output
This node does not provide custom output data beyond common metadata. It performs the email send action by using the configuration from the linked Email Initialization node.