mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	I have added the JSON Printer integration which will show any webhook payload inside a code block which is useful for webhook testing. Fixes #17969.
		
			
				
	
	
		
			16 lines
		
	
	
		
			439 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			439 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
Render JSON payloads nicely in a Zulip code block! This is
 | 
						|
particularly useful when you want to capture a webhook payload as part
 | 
						|
of [writing an incoming webhook
 | 
						|
integration](/api/incoming-webhooks-overview).
 | 
						|
 | 
						|
1. {!create-stream.md!}
 | 
						|
 | 
						|
1. {!create-bot-construct-url-indented.md!}
 | 
						|
 | 
						|
1.  Configure your application to send the webhook
 | 
						|
    payload to the **URL** generated above.
 | 
						|
 | 
						|
{!congrats.md!}
 | 
						|
 | 
						|

 |