Skip to content

Gotify Attributes

Configuring Gotify is optional but can allow you to send the webhooks straight to Gotify.

A gotify mapping is in the root of the config file, sampled below.

config.yml Goify sample
gotify:
  url: https://mywebsite.com
  token: thisismytoken
Attribute Description Allowed Values (default in bold) Required
url Gotify server URL. Any valid URL or leave blank
token Gotify application token. Any valid token or leave blank

Once you have added the configuration data your config.yml you have to add gotify to any webhook to send that notification to Gotify.

config.yml Gotify webhooks sample
webhooks:
  error: gotify
  version: gotify
  run_start: gotify
  run_end: gotify
  changes: gotify