diff --git a/docs/lunasea/notifications/tautulli.md b/docs/lunasea/notifications/tautulli.md index 0058d28b..571ec90c 100644 --- a/docs/lunasea/notifications/tautulli.md +++ b/docs/lunasea/notifications/tautulli.md @@ -93,6 +93,17 @@ To create the authorization header: {% endtab %} {% endtabs %} +## Attach Images to Notifications + +Unlike other modules, in order to receive images \(posters, etc.\) along with the notification, you will need to setup an image host within Tautulli. This step is _**optional**_ and not required, but recommended. + +1. Go to Tautulli's web GUI +2. Open the Settings, enter "3rd Party APIs" +3. Select any of the available image providers + 1. _**Note**: If selecting `Self-hosted on public domain`, ensure that the image path \(_`/tautulli/image`\) is publicly accessible from the internet +4. Follow the [3rd Party APIs Guide](https://github.com/Tautulli/Tautulli/wiki/3rd-Party-APIs-Guide) to acquire the required details for the chosen image provider +5. Enter and save the acquired API/Client ID information + ## Advanced: Custom Notification Body {% hint style="info" %}