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

1

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

Search for the Incoming Webhook connector, and add it.

Add the Incoming Webhook connector
2

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

Select the channel
3

Give the connector a descriptive name.

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

Click on Create.

Create the connector
4

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