{% extends "base.html" %} {% load humanize static hc_extras %} {% block title %}Mattermost Integration for {% site_name %}{% endblock %} {% block content %}

Mattermost

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

Setup Guide

Log into your Mattermost account and select Integrations in the hamburger menu.
Screenshot

In the "Integrations" screen, select Incoming Webhook and then Add Incoming Webhook.

Fill in the form and hit "Save".

Screenshot

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