Skip to content

Commit

Permalink
Merge pull request #264 from Fallenbagel/patch-2
Browse files Browse the repository at this point in the history
Add webhook example for Jellyseerr/Overseerr
  • Loading branch information
binwiederhier authored May 21, 2022
2 parents ab1f922 + d819de2 commit cb82e26
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit cb82e26

Please sign in to comment.