From dc281173846610b6dcca1f9bd7abfe930900e282 Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Mon, 1 Jul 2024 17:04:34 +0200 Subject: [PATCH] integration-docs: Update Flock for new doc format. Part of #29592. --- zerver/webhooks/flock/doc.md | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/zerver/webhooks/flock/doc.md b/zerver/webhooks/flock/doc.md index 7d51738e47..8ec137df0b 100644 --- a/zerver/webhooks/flock/doc.md +++ b/zerver/webhooks/flock/doc.md @@ -1,19 +1,30 @@ +# Zulip Flock integration + Get Zulip notifications from your Flock channels. +{start_tabs} + 1. {!create-channel.md!} 1. {!create-an-incoming-webhook.md!} -1. {!generate-integration-url.md!} +1. {!generate-webhook-url-basic.md!} -1. Click on **Apps** in the bottom-right corner. - Click on **Admin Panel**, and click on **Webhooks**. - Next to **Outgoing Webhook**, click on **Add**. +1. In Flock, click on **Apps** in the bottom-right corner. Got to the + **Admin Panel**, and click on **Webhooks**. Select **Outgoing + Webhook**, and click **Add**. -1. Set **Send messages from a channel** to the channel you'd like to be notified about. - Set **Name that the webhook will post as** to a name of your choice, such as `Zulip`. - Set **Callback URL** to the URL created above, and click **Save Settings**. +1. Set **Send messages from a channel** to the Flock channel you'd like + to be notified about. Set **Name that the webhook will post as** to a + name of your choice, such as `Zulip`. Finally, set **Callback URL** + to the URL generated above, and click **Save Settings**. + +{end_tabs} {!congrats.md!} ![](/static/images/integrations/flock/001.png) + +### Related documentation + +{!webhooks-url-specification.md!}