GitBook: [master] one page modified

This commit is contained in:
Jagandeep Brar
2021-04-19 15:24:47 +00:00
committed by gitbook-bot
parent 919025b4a8
commit 1e4e5547d5

View File

@@ -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" %}