The wrappers are available only for PHP, Python, and Ruby.
The CocoaDialog wrapper allows you to spawn custom dialog boxes through the CocoaDialog application.
These dialogs are extremely useful for allowing your users to easily change the functionality of your workflow.
It is also extremely easy to create progress bar dialogs, letting your users know the state of some process your workflow might be running. Although this is a very useful utility for creating beautiful, intricate, and amazing workflows, please be sure to read our defined standards on using this particular wrapper.
The TerminalNotifier wrapper will allow you to spawn OSX styled notifications.
These notifications have the advantage over CocoaDialog's notifications because they go directly to the notification center. Unfortunately, to achive this, the author of TerminalNotifier, was forced to only allow icons using a valid bundle id. Nevertheless, the TerminalNotifier is a beautiful way to convey information to the user of your workflow.
Post on the Alfred Forum thread.
Open an issue in the Github queue.