diff --git a/zerver/webhooks/freshping/doc.md b/zerver/webhooks/freshping/doc.md index 54e5fb2867..70e2d760a2 100644 --- a/zerver/webhooks/freshping/doc.md +++ b/zerver/webhooks/freshping/doc.md @@ -1,20 +1,34 @@ +# Zulip Freshping integration + Receive Freshping 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 **Freshping** dashboard and click **Settings**. - Click **Integrations** and then click **Create Integration** - under **Webhooks**. +1. Go to your **Freshping** dashboard, and select **Settings**. Click + **Integrations**, and select **Create Integration** under **Webhooks**. -1. Set **Domain URL** to the URL create above. Click **Create**. +1. Set **Domain URL** to the URL generated above, and click **Create**. + Once you've created the webhook, you can see if it's configured + correctly by clicking **Test**. -1. You can test the webhook by clicking **Test** to ensure it is - configured correctly. +{end_tabs} {!congrats.md!} ![](/static/images/integrations/freshping/001.png) + +{% if all_event_types is defined %} + +{!event-filtering-additional-feature.md!} + +{% endif %} + +### Related documentation + +{!webhooks-url-specification.md!}