Add webhook example for Jellyseerr/Overseerr
Add webhook json payload example for jellyseerr/overseerr.
This commit is contained in:
		
							parent
							
								
									79cb082879
								
							
						
					
					
						commit
						d819de2626
					
				
					 1 changed files with 13 additions and 0 deletions
				
			
		| 
						 | 
					@ -366,3 +366,16 @@ alerting:
 | 
				
			||||||
        TRIGGERED: "warning"
 | 
					        TRIGGERED: "warning"
 | 
				
			||||||
        RESOLVED: "white_check_mark"
 | 
					        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}}"
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue