This integration allows for notifications from Plex. Keep in mind this utilizes the Notifiarr client.
Reaction example:
Play
- Notify when a user starts playing mediaResume
- Notify when a user resumes playing mediaFinished
- Notify when a user finishes playing mediaRating
- Notify when a user rates a movie/showNew Item
- Notify when a new item is added to plex (requires push notifications enabled)Sessions
- Get notifications about streaming sessions and minimal server informationDevices
- Notify when a new device is addedBackup
- Notify when a backup was completedCorruption
- Notify when database corruption is detectedClick the cog icon to open the configuration options for Plex.
This will map user emails in your notifications to a user friendly name
Check this if you want to get Play/Resume notifications but do not have a Plex Pass
This is a percentage setting for when to send a finished playing movie notification, 0 to disable, 70 min and 95-98 suggested
This is a percentage setting for when to send a finished playing episode notification, 0 to disable, 70 min and 95-98 suggested
This is a used to send speed, transcode, container, etc information in plex notifications
This is how long to wait after media is started before getting the session, at least 10-12 seconds is needed
This is how often to send a notification for the Plex Sessions trigger, nothing sends if there is no media playing or paused
This integration requires the Notifiarr client to be running locally. You can get it from Github. After installing, you need to setup plex in the UI. An example is
http://
or https://
URL for the application instance. If your application has a Base URL, include it. Providing an https:// URL reveals a checkbox. Checking this box enables SSL certificate validation; invalid certificates generate an error.Plex Webhooks from Plex to the Client require Plexpass
In Plex, add a webhook that points to http://localhost:port/plex?token=plex-token-here
localhost:port
with the ip:port
to the Notifiarr clientplex-token-here
with the token for Plex so the Notifiarr client allows the incoming connection