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