Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 796 Bytes

Notifiarr-Attributes.md

File metadata and controls

23 lines (18 loc) · 796 Bytes

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.

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

notifiarr:
  apikey: ####################################
Name Attribute Allowed Values Default Required
API Key apikey Notifiarr API Key N/A ✔️

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

webhooks:
  error: notifiarr
  run_start: notifiarr
  run_end: notifiarr
  collection_changes: notifiarr