diff --git a/zerver/webhooks/pagerduty/doc.md b/zerver/webhooks/pagerduty/doc.md index 0592a5a70f..f66d4653b2 100644 --- a/zerver/webhooks/pagerduty/doc.md +++ b/zerver/webhooks/pagerduty/doc.md @@ -1,20 +1,31 @@ +# Zulip PagerDuty integration + Get Zulip notifications for your PagerDuty services! +{start_tabs} + 1. {!create-channel.md!} 1. {!create-an-incoming-webhook.md!} -1. {!generate-integration-url.md!} +1. {!generate-webhook-url-basic.md!} 1. Open the **Integrations** tab, and click **Generic Webhooks (v3)**. + Click **Add Webhook**. -1. Click **Add Webhook**. +1. Set **Webhook URL** to the URL generated above, configure the **Scope + Type** and **Scope** you want to receive notifications for, select + the [events](#filtering-incoming-events) you want to send under + **Events to Send**, and click **Add Webhook**. -1. Set **Webhook URL** to the URL constructed above, - configure the **Scope Type** and **Scope** you want to receive notifications for, - select the events you want to send under **Events to Send**, - and click **Add Webhook**. +{end_tabs} {!congrats.md!} ![](/static/images/integrations/pagerduty/001.png) + +{!event-filtering-additional-feature.md!} + +### Related documentation + +{!webhooks-url-specification.md!}