Raises an in-app notification from the workflow. Operators see alerts in Studio and connected clients based on severity.
When to use
- Inform operators that a step completed or failed.
- Surface threshold breaches without sending email.
- Quick feedback during testing (prefer Dry Run for silent tests).
Properties
| Property | Type | Description |
|---|---|---|
| Message | textarea | Human-readable alert text. Required. Supports {{field}} templates. |
| Severity | select | Info, Success, Warning, Error. |
| Append Input Summary | toggle | Include compact JSON summary of upstream payload. |
Outputs
Echo of message and severity for logging downstream.