diff --git a/docs/examples.md b/docs/examples.md
index 6fd2733ace482f82f3aba8d2874523d75d53d6ae..ff2bfde2a73708792d87fd0a2a47498ba1ce1cf5 100644
--- a/docs/examples.md
+++ b/docs/examples.md
@@ -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}}"
+}
+```