| [Growl](https://github.com/caronc/apprise/wiki/Notify_growl) | growl:// | (UDP) 23053 | growl://hostname<br/>growl://hostname:portno<br/>growl://password@hostname<br/>growl://password@hostname:port</br>**Note**: you can also use the get parameter _version_ which can allow the growl request to behave using the older v1.x protocol. An example would look like: growl://hostname?version=1
@ -38,6 +37,7 @@ The table below identifies the services this tool supports and some example serv
| [Pushover](https://github.com/caronc/apprise/wiki/Notify_pushover) | pover:// | (TCP) 443 | pover://user@token<br/>pover://user@token/DEVICE<br/>pover://user@token/DEVICE1/DEVICE2/DEVICEN<br/>_Note: you must specify both your user_id and token_
| [Rocket.Chat](https://github.com/caronc/apprise/wiki/Notify_rocketchat) | rocket:// or rockets:// | (TCP) 80 or 443 | rocket://user:password@hostname/RoomID/Channel<br/>rockets://user:password@hostname:443/Channel1/Channel1/RoomID<br/>rocket://user:password@hostname/Channel
| [Super Toasty](https://github.com/caronc/apprise/wiki/Notify_toasty) | toasty:// | (TCP) 80 | toasty://user@DEVICE<br/>toasty://user@DEVICE1/DEVICE2/DEVICEN<br/>_Note: you must specify both your user_id and at least 1 device!_