Skip to content

Gotify

https://shoutrrr.nickfedor.com/services/push/gotify/

URL Format

gotify://host:port/path/token

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 Parameters

Props can be supplied through URL query params: ?key=value&key=value etc.

  • DisableTLS
    Default: ❌ No

  • Priority
    Default: 0

Examples

Common usage

gotify://gotify.example.com:443/AzyoeNS.D4iJLVa/?priority=1

With subpath

gotify://example.com:443/path/to/gotify/AzyoeNS.D4iJLVa/?priority=0

Exceptions

If using Gotify 3.x which prepends tokens with 'gtfya.' (e.g. 'gtfya.AzyoeNS.D4iJLVa') you must use the generic notification syntax, not the gotify notification syntax.

Example: generic://gotify.yourdomain.com/message?token=gtfya.AzyoeNS.D4iJLVa&@content-type=application/json&template=json

Note: when using the generic syntax, Shoutrrr expects communication over HTTPS.

Released under the MIT License