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

Matrix

If your team uses Matrix, you can set up {% site_name %} to post notifications to an appropriate Matrix room.

Setup Guide

1

Invite {{ matrix_user_id }} into your Matrix room.

Note: after joining the room, {{ matrix_user_id }} will be able to read its messages. Do not invite to rooms with sensitive content. Consider creating a dedicated room for notifications.

Screenshot
2

Look up the room's alias or ID, and paste it in the form below and save the integration.

Screenshot
3

{{ matrix_user_id }} will shortly join your room. After that, you are all set! From now on {% site_name %} will post notifications to your room when checks go down or up.

Screenshot

Integration Settings

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