integration-docs: Update Lidarr for new doc format.

Part of #29592.
This commit is contained in:
Lauryn Menard 2024-07-09 16:36:49 +02:00 committed by Tim Abbott
parent 5c7ad8be12
commit 0fa9b94480
1 changed files with 21 additions and 10 deletions

View File

@ -1,24 +1,35 @@
# Zulip Lidarr integration
Receive Lidarr notifications in Zulip! Receive Lidarr notifications in Zulip!
{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. Go to your Lidarr dashboard. Click **Settings** and 1. Go to **Settings** in your Lidarr dashboard. Click **Connect**, and
click **Connect**. Click the **+** icon. then click on the **+** icon.
1. Select **Webhook** and set the name of the webhook to any name 1. Select **Webhook**, and set the webhook name to a name of your
of your choice (e.g **Zulip**). Select the scenarios you would like choice, such as `Zulip`. Select the scenarios you would like to
to receive notifications for. You may also enter tags if you would like receive notifications for. You may also enter tags if you would like
to be notified about artists with specific tags. to be notified about artists with specific tags.
1. Set **URL** to the **URL** constructed above. Set **Method** to **POST** 1. Set **URL** to the URL generated above. Set **Method** to **POST**,
and leave the **Username** and **Password** fields blank. and leave the **Username** and **Password** fields blank. Click
**Save**, and you should receive a test message.
1. Click **Save** and you should receive a test message. {end_tabs}
{!congrats.md!} {!congrats.md!}
![](/static/images/integrations/lidarr/001.png) ![](/static/images/integrations/lidarr/001.png)
{!event-filtering-additional-feature.md!}
### Related documentation
{!webhooks-url-specification.md!}