Webhooks¶
Webhooks can be configured to POST a JSON payload to the specified URL on multiple events.
Where can I find the Bazarr API Key¶
You can find your Bazarr API KEY in Settings
=> General
=> Security
Plex¶
Note
Keep in mind Plex Webhooks is a Plex Pass perk
The URL provided will filter out events and if it got a media.play
or media.resume
event, it will search for missing subtitles for the episode or movie being played. you'll have to stop it and resume it for Plex to update the available subtitles.
Windows => http://localhost:6767/api/webhooks/plex?apikey=YOUR_BAZARR_API_KEY
Docker => http://bazarr:6767/api/webhooks/plex?apikey=YOUR_BAZARR_API_KEY
How to setup in Plex¶
Settings
=> Webhooks
=> click on ADD WEBHOOK
On the top right click on the Settings
icon, and on the left sidebar select Webhooks
Click on the middle of the screen on and add the following info.
- Add the above URL.
- Click on
SAVE CHANGES