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

WebHook

WebHooks are a simple way to notify an external system when a check goes down. healthcheks.io will run a normal HTTP GET call to your specified URL.

Integration Settings

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