Updated Notify_gotify (markdown)

Chris Caron 2024-06-07 18:25:13 -04:00
parent cc10a9f826
commit 2fa7e094a8

@ -18,7 +18,7 @@ Secure connections (via https) should be referenced using **gotifys://** where a
### Parameter Breakdown
| Variable | Required | Description
| ----------- | -------- | -----------
| hostname | Yes | The Rocket.Chat server you're sending your notification to.
| hostname | Yes | The Gotify server you're sending your notification to.
| token | Yes | The Application Token you generated on your Gotify Server
| port | No | The port the Gotify server is listening on. By default the port is **80** for **gotify://** and **443** for all **gotifys://** references.
| path | No | For 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_.