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

28 lines
834 B

3 years ago
# Notifiarr Attributes
Configuring [Notifiarr](https://notifiarr.com) is optional but can allow you to send the [webhooks](webhooks) straight to notifiarr.
3 years ago
A `notifiarr` mapping is in the root of the config file.
Below is a `notifiarr` mapping example and the full set of attributes:
3 years ago
```yaml
notifiarr:
apikey: ####################################
```
| Attribute | Allowed Values | Required |
|:----------|:-----------------------------------------|:--------:|
| `apikey` | Notifiarr API Key | ✅ |
3 years ago
Once you have added the apikey your config.yml you have to add `notifiarr` to any [webhook](webhooks) to send that notification to Notifiarr.
3 years ago
```yaml
webhooks:
error: notifiarr
version: notifiarr
3 years ago
run_start: notifiarr
run_end: notifiarr
changes: notifiarr
3 years ago
```