2024-07-04 12:29:31 +02:00
|
|
|
# Zulip JSON formatter
|
|
|
|
|
2021-04-09 03:50:04 +02:00
|
|
|
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).
|
|
|
|
|
2024-07-04 12:29:31 +02:00
|
|
|
{start_tabs}
|
|
|
|
|
2024-05-05 22:30:09 +02:00
|
|
|
1. {!create-channel.md!}
|
2021-04-09 03:50:04 +02:00
|
|
|
|
2023-09-21 02:23:45 +02:00
|
|
|
1. {!create-an-incoming-webhook.md!}
|
|
|
|
|
2024-07-04 12:29:31 +02:00
|
|
|
1. {!generate-webhook-url-basic.md!}
|
2021-04-09 03:50:04 +02:00
|
|
|
|
2023-07-17 19:05:17 +02:00
|
|
|
1. Configure your application to send the webhook
|
2024-07-04 12:29:31 +02:00
|
|
|
payload to the **URL** generated above.
|
|
|
|
|
|
|
|
{end_tabs}
|
2021-04-09 03:50:04 +02:00
|
|
|
|
|
|
|
{!congrats.md!}
|
|
|
|
|
|
|
|
![](/static/images/integrations/json/001.png)
|
2024-07-04 12:29:31 +02:00
|
|
|
|
|
|
|
### Related documentation
|
|
|
|
|
|
|
|
{!webhooks-url-specification.md!}
|