mirror of https://github.com/zulip/zulip.git
integration-docs: Update JSON formatter for new doc format.
Part of #29592.
This commit is contained in:
parent
ecbbf53c0e
commit
e034a715cb
|
@ -1,17 +1,27 @@
|
||||||
|
# Zulip JSON formatter
|
||||||
|
|
||||||
Render JSON payloads nicely in a Zulip code block! This is
|
Render JSON payloads nicely in a Zulip code block! This is
|
||||||
particularly useful when you want to capture a webhook payload as part
|
particularly useful when you want to capture a webhook payload as part
|
||||||
of [writing an incoming webhook
|
of [writing an incoming webhook
|
||||||
integration](/api/incoming-webhooks-overview).
|
integration](/api/incoming-webhooks-overview).
|
||||||
|
|
||||||
|
{start_tabs}
|
||||||
|
|
||||||
1. {!create-channel.md!}
|
1. {!create-channel.md!}
|
||||||
|
|
||||||
1. {!create-an-incoming-webhook.md!}
|
1. {!create-an-incoming-webhook.md!}
|
||||||
|
|
||||||
1. {!generate-integration-url.md!}
|
1. {!generate-webhook-url-basic.md!}
|
||||||
|
|
||||||
1. Configure your application to send the webhook
|
1. Configure your application to send the webhook
|
||||||
payload to the **URL** generated above.
|
payload to the **URL** generated above.
|
||||||
|
|
||||||
|
{end_tabs}
|
||||||
|
|
||||||
{!congrats.md!}
|
{!congrats.md!}
|
||||||
|
|
||||||
![](/static/images/integrations/json/001.png)
|
![](/static/images/integrations/json/001.png)
|
||||||
|
|
||||||
|
### Related documentation
|
||||||
|
|
||||||
|
{!webhooks-url-specification.md!}
|
||||||
|
|
Loading…
Reference in New Issue