{% extends "base.html" %} {% load compress humanize staticfiles hc_extras %} {% block title %}Notification Channels - healthchecks.io{% endblock %} {% block content %}

Webhook

Receive a HTTP callback when a check goes down.

Integration Settings

{% csrf_token %}
{% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}