Notification with Desktop App on macOS

attach an Execute Command node to the end of your workflow with the following expression:

osascript -e 'display notification "The converted file is ready!" with title "{{$workflow.name}}" sound name "Submarine"'

And you will receive a notification like this:

Screenshot 2022-03-12 at 21.00.28

8 Likes

This is excellent - this should be a node, built in, ideally with cross-platform (windows/linux) support.