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

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

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

Fill in the form and hit "Save".

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