Skip to content

Notifiarr Attributes

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

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

config.yml Notifiarr sample
notifiarr:
  apikey: apikeygoeshere
Attribute Description Allowed Values (default in bold) Required
apikey Notifiarr API key. Any valid key or leave blank

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

config.yml Notifiarr webhooks sample
webhooks:
  error: notifiarr
  version: notifiarr
  run_start: notifiarr
  run_end: notifiarr
  changes: notifiarr