From a546fa719abdd308469a8a03cdf7fc1d27163472 Mon Sep 17 00:00:00 2001 From: Niloth P <20315308+Niloth-p@users.noreply.github.com> Date: Tue, 9 Jul 2024 20:33:05 +0530 Subject: [PATCH] integration-docs: Update Sonarr for new doc format. Part of zulip#29592. --- zerver/webhooks/sonarr/doc.md | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/zerver/webhooks/sonarr/doc.md b/zerver/webhooks/sonarr/doc.md index 993d1a9578..b7879b0712 100644 --- a/zerver/webhooks/sonarr/doc.md +++ b/zerver/webhooks/sonarr/doc.md @@ -1,24 +1,35 @@ +# Zulip Sonarr integration + Receive Sonarr 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. Go to your Sonarr dashboard. Click **Settings** and click **Connect**. - Click the **+** icon. +1. Go to your Sonarr dashboard. Open **Settings**, and select **Connect**. + Click the plus (**+**) icon. -1. Select **Webhook** and set the name of the webhook to any name of your - choice (e.g **Zulip**). Select the scenarios you would like to receive - notifications for. You may also enter tags if you would like to be - notified about series with specific tags. +1. Select **Webhook**, and set the name of the webhook to any name of your + choice, such as `Zulip`. Select the scenarios you would like to receive + notifications for. You may also enter tags if you would like to be + notified about series with specific tags. -1. Set **URL** to the **URL** constructed above. Set **Method** to **POST** - and leave the **Username** and **Password** fields blank. +1. Set **URL** to the URL generated above, and set **Method** to **POST**. + Leave the **Username** and **Password** fields blank. Click **Save**, + which will send a test message to Zulip. -1. Click **Save** and you should receive a test message. +{end_tabs} {!congrats.md!} ![](/static/images/integrations/sonarr/001.png) + +{!event-filtering-additional-feature.md!} + +### Related documentation + +{!webhooks-url-specification.md!}