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

Microsoft Teams

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

Setup Guide

Log into your Microsoft Teams account, click the Apps tab.

Search for the Incoming Webhook connector, and add it.

Add the Incoming Webhook connector

Select the channel where you want {% site_name %} to post notifications.

Select the channel

Give the connector a descriptive name.

Optionally, upload an icon (feel free to use this one).

Click on Create.

Create the connector

Copy the displayed webhook URL and paste it in the form below. Save the integration, and you are done!

Copy the Webhook URL

Integration Settings

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