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.

Below is a gotify mapping example and the full set of attributes:

gotify:
  url: ####################################
  token: ####################################
Attribute Allowed Values Required
url Gotify Server Url
token Gotify Application Token

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

webhooks:
  error: gotify
  version: gotify
  run_start: gotify
  run_end: gotify
  changes: gotify