Send Mail
Node: Send Mail
Section titled “Node: Send Mail”This node allows you to send an email with a defined subject, body, recipient, and optional attachments.
Function
Section titled “Function”Sends outbound emails from the flow, for example for notifications or confirmations.
Configuration
Section titled “Configuration”| Field | Type | Description |
|---|---|---|
| credentials_id | Text | ID of the configured email account |
| to | Text | Recipient’s email address |
| subject | Text | Email subject |
| body | Text | Email body content |
| attachments | JSON | List of attachment files (optional) |
Common Usage
Section titled “Common Usage”- Automatic confirmations
- Sending reports
- Internal notifications