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

Signal

Get a Signal message when a check goes up or down.

Integration Settings

{% csrf_token %}
{% if form.label.errors %}
{{ form.label.errors|join:"" }}
{% else %} Optional. If you add multiple phone numbers, the labels will help you tell them apart. {% endif %}
{% if form.phone.errors %}
{{ form.phone.errors|join:"" }}
{% else %} Make sure the phone number starts with "+" and has the country code. {% endif %}
{% endblock %}