Files
zulip/zerver/webhooks/json/doc.md
Adam Birds 188273d8f5 integrations: Add JSON Printer webhook integration.
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.
2021-04-28 07:23:18 -07:00

439 B

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.

  1. {!create-stream.md!}

  2. {!create-bot-construct-url-indented.md!}

  3. Configure your application to send the webhook payload to the URL generated above.

{!congrats.md!}