I have created an Automator App with a Notification. I can provide "title", "subtitle" and "message". The Icon is the Icon from the automator bundle. That's good so far. But how can I handle the "click" event on the notification?
Or when I go the notification center and switch from "banner" to "alert", how can I handle the click on the "show" button? It seems that clicking the show button results in reopening the "referer". In my case a bash-Script.
What are the possibilities here?
System is macOS Sierra.
Thanks!