From 8549a6dc8a46f88c5463a2f92e51eae3d0355fdb Mon Sep 17 00:00:00 2001 From: Niloth P <20315308+Niloth-p@users.noreply.github.com> Date: Tue, 9 Jul 2024 20:22:25 +0530 Subject: [PATCH] integration-docs: Update Statuspage for new doc format. Part of zulip#29592. --- zerver/webhooks/statuspage/doc.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/zerver/webhooks/statuspage/doc.md b/zerver/webhooks/statuspage/doc.md index f73db786ae..dcea576ab0 100644 --- a/zerver/webhooks/statuspage/doc.md +++ b/zerver/webhooks/statuspage/doc.md @@ -1,10 +1,14 @@ +# Zulip Statuspage integration + Get Zulip notifications for your Statuspage.io subscriptions! +{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 Statuspage Dashboard, and click on **Notifications** near the bottom-left corner. Select the **Webhook** tab. If webhook @@ -14,10 +18,18 @@ Get Zulip notifications for your Statuspage.io subscriptions! **Subscribers**, and select **Add subscriber**. 1. Set **Subscriber type** to **Webhook**. Set **Endpoint URL** to - the URL constructed above, and provide an email address. Statuspage + the URL generated above, and provide an email address. Statuspage will send email notifications to this address if the webhook endpoint - fails. Finally, click **Add Subscriber**. + fails. Click **Add Subscriber**. + +{end_tabs} {!congrats.md!} ![](/static/images/integrations/statuspage/001.png) + +{!event-filtering-additional-feature.md!} + +### Related documentation + +{!webhooks-url-specification.md!}