Skip to main content

Gotify Receipe

Receipe

Valid receipes are as follows:

  • gotify://{hostname}/{token}
  • gotifys://{hostname}/{token}
  • gotifys://{hostname}:{port}/{token}
  • gotifys://{hostname}/{path}/{token}
  • gotifys://{hostname}:{port}/{path}/{token}
  • gotifys://{hostname}/{token}/?priority=high

Secure connections (via https) should be referenced using gotifys:// where as insecure connections (via http) should be referenced via gotify://.

Parameter Breakdown

VariableRequiredDescription
hostnameYesThe Rocket.Chat server you're sending your notification to.
tokenYesThe Application Token you generated on your Gotify Server
portNoThe port the Gotify server is listening on. By default the port is 80 for gotify:// and 443 for all gotifys:// references.
pathNoFor those that host their Gotify server on a hostname that requires you to specify an additional path prefix may just include this as part of their URL string (the default is '/'). What is important here is the final entry of your URL must still be the token.
priorityNoThe priority level to pass the message along as. Possible values are low, moderate, normal, and high. If no priority is specified then normal is used.