Overview
The Notification step sends email notifications from your workflow. Use it to alert team members, send reports, or notify external parties when specific workflow conditions are met.Configuration
| Field | Description |
|---|---|
| From | Sender name and email address |
| To | Recipient email address(es) |
| Subject | Email subject line (supports template variables) |
| Body | Email body content (supports template variables) |
Output
| Field | Type | Description |
|---|---|---|
sent | boolean | Whether the email was sent successfully |
error | boolean | Whether an error occurred |
error_message | string | Error description if failed |