{% extends "base.html" %} {% load compress humanize static hc_extras %} {% block title %} {% if is_new %} Add Webhook Integration - {% site_name %} {% else %} Webhook Settings - {% site_name %} {% endif %} {% endblock %} {% block content %}
Executes an HTTP request to your specified URL when a check goes up or down. You can use placeholders $NAME, $STATUS and others in webhook URLs, request body and header values (available placeholders).