Gotify¶
URL Format¶
URL Fields¶
- Host - Server hostname (and optionally port) (Required)
 URL part:gotify://host:port/path/token
- Path - Server subpath
 Default: empty
 URL part:gotify://host:port/path/token
- Token - Application token (Required)
 URL part:gotify://host:port/path/token
Query/Param Props¶
Props can be either supplied using the params argument, or through the URL using
?key=value&key=value etc.
- 
DisableTLS 
 Default: ❌No
- 
Priority 
 Default:0
- 
Title 
 Default:Shoutrrr notification
Examples¶
Common usage
gotify://gotify.example.com:443/AzyoeNS.D4iJLVa/?title=Great+News&priority=1
With subpath
gotify://example.com:443/path/to/gotify/AzyoeNS.D4iJLVa/?title=Great+News&priority=1