From eb2bcd5808d25e9b9804f1547aae0425328e3d56 Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Sat, 29 Jun 2024 15:58:04 +0200 Subject: [PATCH] integration-docs: Update AppVeyor for new doc format. Part of #29592. --- zerver/webhooks/appveyor/doc.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/zerver/webhooks/appveyor/doc.md b/zerver/webhooks/appveyor/doc.md index 161f9124c1..ee10a10d80 100644 --- a/zerver/webhooks/appveyor/doc.md +++ b/zerver/webhooks/appveyor/doc.md @@ -1,17 +1,27 @@ +# Zulip AppVeyor integration + Receive AppVeyor 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 AppVeyor Project Settings, and click **Notifications**. - Click **Add notification** and select **Webhook**. +1. Go to your AppVeyor Project Settings, and select **Notifications**. + Click on **Add notification**, and then select **Webhook**. -1. Set **Webhook URL** to the URL constructed above. - Select the events you'd like to be notified about, and click **Save**. +1. Set **Webhook URL** to the URL generated above. Select the events + you'd like to be notified about, and click **Save**. + +{end_tabs} {!congrats.md!} ![](/static/images/integrations/appveyor/001.png) + +### Related documentation + +{!webhooks-url-specification.md!}