{% extends "base_project.html" %} {% load humanize static hc_extras %} {% block title %}Add Phone Call Integration - {{ site_name }}{% endblock %} {% block content %}
Get a phone call when a check goes down. When you pick up the call, a text-to-speech engine will read out a message and then hang up.
{{ site_name }} uses a third-party service, Twilio, to make phone calls. {{ site_name }} will call you from a single, fixed phone number: {{ twilio_from }} (add to address book).
{% if show_pricing and profile.call_limit == 0 %}Paid plan required. Phone call notifications are not available on the free plan–they cost too much! Please upgrade to a paid plan to enable phone call notifications.
{% endif %}