Hello Team,
I have several workflows scheduled to run on the Alteryx server. Is there a way to enable email notifications to automatically inform me if a run fails?
Thanks!
Email Events to notify on Start or Finish & https://help.alteryx.com/current/en/designer/workflows/workflow-configuration.html#idp320398
Events are the best way since you can control when the email sends
To get email notifications for Alteryx workflow failures, you can either configure individual workflows using the "Run Command" event with a mail utility like PowerShell's `Send-MailMessage` or `blat.exe` on Windows, or use the Alteryx Server's system settings to enable server-wide notifications. The workflow-level method provides more granular control, while the server-wide setting simplifies management for all workflows. Remember to correctly configure your SMTP server details in either approach.