Skip to content
Snippets Groups Projects
Unverified Commit cb82e269 authored by Philipp C. Heckel's avatar Philipp C. Heckel Committed by GitHub
Browse files

Merge pull request #264 from Fallenbagel/patch-2

Add webhook example for Jellyseerr/Overseerr
parents ab1f9220 d819de26
No related branches found
No related tags found
No related merge requests found
......@@ -366,3 +366,16 @@ alerting:
TRIGGERED: "warning"
RESOLVED: "white_check_mark"
```
## Jellyseerr/Overseerr webhook
Here is an example for jellyseerr/overseerr webhook json payload. Remember to change the `https://requests.example.com` to your Jellyseerr/Overseerr url.
```
{
"topic": "requests",
"title": "{{event}}",
"message": "{{subject}}\n{{message}}\n\nRequested by: {{requestedBy_username}}\n\nStatus: {{media_status}}\nRequest Id: {{request_id}}",
"priority": 4,
"attach": "{{image}}",
"click": "https://requests.example.com/{{media_type}}/{{media_tmdbid}}"
}
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment