Files
zulip/zerver/webhooks/json/doc.md
Anders Kaseorg dc33a0ae67 markdown: Rewrite include plugin without markdown-include.
markdown-include is GPL licensed.

Also, rewrite it as a block processor, so that it works correctly
inside indented blocks.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2022-06-26 17:36:31 -07:00

16 lines
430 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.md!}
1. Configure your application to send the webhook
payload to the **URL** generated above.
{!congrats.md!}
![](/static/images/integrations/json/001.png)