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

HipChat

If your team uses HipChat, you can set up healthchecks.io to post status updates directly to an appropriate HipChat room.

Setup Guide

1 Log into your HipChat account and pick an appropriate room. From the options menu select Integrations...
2

From the list of available integrations, select Build Your Own. It's at the very top.

Give it a descriptive name and click Create.

3

Copy the displayed URL and paste it down below.

Save the integration, and it's done!

Integration Settings

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