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
To
string requiredThe recipient email address, or a list of recipient email addresses, for the message.
Cc
stringOptional carbon-copy recipient email address, or a list of email addresses.
Bcc
stringOptional blind carbon-copy recipient email address, or a list of email addresses.
Subject
string requiredThe subject line of the email message.
Body
string requiredThe content of the email message to send.
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.