{% extends "base.html" %} {% load humanize static hc_extras %} {% block title %}Slack Integration for {% 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

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
From the list of available integrations, select Incoming WebHooks, and click on Add Incoming WebHooks Integration.

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 %}