From ecd41d0f6d54fcb77db4959b2570cbcc8793fed1 Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Sat, 29 Jun 2024 15:54:38 +0200 Subject: [PATCH] integration-docs: Update Appfollow for updated doc format. Part of #29592. --- zerver/webhooks/appfollow/doc.md | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/zerver/webhooks/appfollow/doc.md b/zerver/webhooks/appfollow/doc.md index 4441a5bd80..df4043392e 100644 --- a/zerver/webhooks/appfollow/doc.md +++ b/zerver/webhooks/appfollow/doc.md @@ -1,20 +1,29 @@ -Receive user reviews from your tracked apps on AppFollow -using the Zulip AppFollow integration! +# Zulip AppFollow integration + +Receive user reviews from your tracked apps on AppFollow! + +{start_tabs} 1. {!create-channel.md!} 1. {!create-an-incoming-webhook.md!} -1. {!generate-integration-url.md!} +1. {!generate-webhook-url-basic.md!} -1. In AppFollow, click on **Integrations** on the left sidebar, and click **Add new integration**. -Click on your app under **Tracked apps**. +1. In AppFollow, go to **Integrations**, and select **Add new + integration**. Select your app under **Tracked apps**. 1. Search for **WebHook URL**, and click **Add integration**. -1. Set **Webhook URL** to the URL constructed above, and fill out the rest -of the form. Click **Add integration**. +1. Set **WebHook URL** to the URL generated above, and fill out the rest + of the form. Click **Add integration**. + +{end_tabs} {!congrats.md!} ![](/static/images/integrations/appfollow/001.png) + +### Related documentation + +{!webhooks-url-specification.md!}