Email Notification
Send an email when a flow completes or fails.
The Email Notification node sends an email to a specified address when triggered by a Flow Completion Event. Use it to stay informed about flow runs without checking the dashboard manually.
Configuration
| Field | Description |
|---|---|
| Recipient Email | The email address to send the notification to (required) |
| Subject | Optional custom subject line. Defaults to [AICU Flow] {flow_name} - {Status} if left blank |
Inputs
| Name | Description | |
|---|---|---|
| Input | flow_event | Flow run data from a Flow Completion Event node — used to populate the email body |
The email body is generated automatically from the flow_event data and includes the flow name, run status, duration, and any error message.
Tips
- Always pair this node with a Flow Completion Event — that node controls when the email fires (on success, failure, or both)
- Use a custom Subject to make the email easy to filter or search in your inbox (e.g.
Leads Flow — run failed) - You can add multiple Email Notification nodes to the same completion event to notify different people