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

Slack

If your team uses Slack, you can set up {% site_name %} to post status updates directly to an appropriate Slack channel.

Setup Guide

1 Log into your Slack account and pick an appropriate Slack channel. From the dropdown next to channel's name, pick Add a service integration...
Screenshot
2 From the list of available integrations, select Incoming WebHooks, and click on Add Incoming WebHooks Integration.
3

Copy the displayed WebHook 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 %}