TerminalNotifier Reference

Accepted Parameters

Here is the listing of all available parameters for the TerminalNotifier wrappers.
If for some reason you notice that one of these options isn't working for your dialog type, try running the TerminalNotifier wrapper with debugging enabled.

Parameter
Accepted Type Description Required
title
string The bold text at the top of the notification
subtitle
string The semi-bold text directly beneath the title of the notification
message
string The message of your notification
sound
string The sound to be played when the notification is spawned, found in Sound.prefpane
(case sensitive)
group
string The group ID for the notification
This can by any string you want, it is used for removing notifications
remove
string Group ID of notifications to be removed from the notification center
(adding this parameter will not show a notification)
activate
string Bundle ID of application to open on notification click
(not compatable with execute)
sender
string Bundle ID of application whose icon will be used for the notification
appIcon
string Absolute path to icon to be used as application icon
(only compatable with OSX 10.9+)
contentImage
string Absolute path to icon to be used in your notification
(only compatable with OSX 10.9+)
open
string URL to webpage to open on notification click
(not compatable with execute)
execute
string Command to execute on notification click