{% extends "base_project.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 your chosen Microsoft Teams channel.

Setup Guide

Log into your Microsoft Teams account. In the channel list, click on the three dot menu next to a channel, and select Workflows.

Add the Incoming Webhook connector

Search workflow templates for "webhook". Select the template named "Post to a channel when a webhook request is received".

Add the Incoming Webhook connector

Give the new workflow a descriptive name.

Select the channel

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