integration-docs: Update Review Board for new doc format.

Part of zulip#29592.
This commit is contained in:
Niloth P 2024-07-20 17:05:34 +05:30 committed by Tim Abbott
parent ec018780b5
commit 8fe7f4e409
1 changed files with 16 additions and 4 deletions

View File

@ -1,19 +1,31 @@
# Zulip Review Board integration
Get Review Board notifications in Zulip!
{start_tabs}
1. {!create-channel.md!}
1. {!create-an-incoming-webhook.md!}
1. {!generate-integration-url.md!}
1. {!generate-webhook-url-basic.md!}
1. On your Review Board **Dashboard**, click your team's name in the top-right
corner, and click **Team administration**. Select **WebHooks** on the
left sidebar, and click **+ Create a WebHook**.
1. Make sure the **Enabled** option is checked. Set **URL** to the URL constructed
above, and select the events you'd like to be notified about. Set **Encoding**
to **JSON**, and click **Create WebHook**.
1. Make sure the **Enabled** option is checked. Set **URL** to the URL generated
above, and select the [events](#filtering-incoming-events) you'd like to
be notified about. Set **Encoding** to **JSON**, and click **Create WebHook**.
{end_tabs}
{!congrats.md!}
![](/static/images/integrations/reviewboard/001.png)
{!event-filtering-additional-feature.md!}
### Related documentation
{!webhooks-url-specification.md!}