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

HipChat

If your team uses HipChat, you can set up {% site_name %} 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...
Screenshot
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.

Screenshot
3

Copy the displayed URL and paste it down below.

Save the integration, and it's done!

Screenshot

Integration Settings

{% csrf_token %}
{% if form.value.errors %}
{{ form.value.errors|join:"" }}
{% endif %}
{% endblock %}