{% extends "base.html" %} {% load humanize static hc_extras %} {% block title %}Add Pager Team - {% site_name %}{% endblock %} {% block content %}

Pager Team

You can integrate Pager Team with {% site_name %} to alert your on-call rotation whenever a check goes down.

Setup Guide

1

Log into your Pager Team account, select the rotation you wish to add this integration to. Click the Copy Webhook button.

Click create integration button
2

Paste the Webhook URL below. Save the integration, and you are done!

Integration Settings

{% csrf_token %}
{% if form.value.errors %}
{{ form.value.errors|join:"" }}
{% endif %}
{% endblock %}