mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							63eae63a07
						
					
				
				
					commit
					3d7462a0e7
				
			@@ -397,6 +397,7 @@ WEBHOOK_INTEGRATIONS: List[WebhookIntegration] = [
 | 
			
		||||
    WebhookIntegration("insping", ["monitoring"], display_name="Insping"),
 | 
			
		||||
    WebhookIntegration("intercom", ["customer-support"], display_name="Intercom"),
 | 
			
		||||
    WebhookIntegration("jira", ["project-management"], display_name="JIRA"),
 | 
			
		||||
    WebhookIntegration("jotform", ["misc"], display_name="Jotform"),
 | 
			
		||||
    WebhookIntegration("librato", ["monitoring"]),
 | 
			
		||||
    WebhookIntegration("mention", ["marketing"], display_name="Mention"),
 | 
			
		||||
    WebhookIntegration("netlify", ["continuous-integration", "deployment"], display_name="Netlify"),
 | 
			
		||||
@@ -689,6 +690,7 @@ DOC_SCREENSHOT_CONFIG: Dict[str, List[ScreenshotConfig]] = {
 | 
			
		||||
    "insping": [ScreenshotConfig("website_state_available.json")],
 | 
			
		||||
    "intercom": [ScreenshotConfig("conversation_admin_replied.json")],
 | 
			
		||||
    "jira": [ScreenshotConfig("created_v1.json")],
 | 
			
		||||
    "jotform": [ScreenshotConfig("response.json")],
 | 
			
		||||
    "librato": [ScreenshotConfig("three_conditions_alert.json", payload_as_query_param=True)],
 | 
			
		||||
    "mention": [ScreenshotConfig("webfeeds.json")],
 | 
			
		||||
    "netlify": [ScreenshotConfig("deploy_building.json")],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user