Whilst we don't have any built-in notification support, it's incredibly easy to send notifications from your workflows.
Slack
To send a message to a Slack channel, we recommend using the slack npm package. See our example workflow for more information.
Webhooks
Since webhooks are just HTTP requests, you can use the fetch API to send a request to a webhook URL.
Depending on your destination, there may be an offical npm package to help you send the request.
To send an email, you can use the nodemailer package.