You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Plex-Meta-Manager/docs/config/notifiarr.md

26 lines
730 B

# Notifiarr Attributes
Configuring [Notifiarr](https://notifiarr.com) 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:
```yaml
notifiarr:
apikey: ####################################
```
| Attribute | Allowed Values | Required |
|:----------|:------------------|:--------:|
| `apikey` | Notifiarr API Key | ✅ |
Once you have added the apikey your config.yml you have to add `notifiarr` to any webhook to send that notification to Notifiarr.
```yaml
webhooks:
error: notifiarr
run_start: notifiarr
run_end: notifiarr
collection_changes: notifiarr
```