zulip/zerver/webhooks/pagerduty/doc.html

25 lines
887 B
HTML

<p>
First, create the stream you'd like to use for Pagerduty notifications,
and subscribe all interested parties to this stream. We recommend the
stream name <code>pagerduty</code>. Keep in mind you still need to create
the stream first even if you are using this recommendation.
</p>
<p>
Next, in Pagerduty, select Services under Configuration on the top
of the page.
</p>
<img class="screenshot" src="/static/images/integrations/pagerduty/001.png"/>
<p>
Now navigate to the service you want to integrate with Zulip. From
there, click "Add a webhook". Fill in the form like this:
</p>
<ul>
<li><b>Name</b>: Zulip</li>
<li><b>Endpoint URL</b>: <code>{{ external_api_uri_subdomain }}/v1/external/pagerduty?api_key=abcdefgh&amp;stream=pagerduty</code>
</li>
</ul>
<img class="screenshot" src="/static/images/integrations/pagerduty/002.png"/>