{% extends "base.html" %} {% load compress humanize staticfiles hc_extras %} {% block title %}Add Slack - healthchecks.io{% endblock %} {% block content %}

Slack

If your team uses Slack, you can set up healthchecks.io to post status updates directly to an appropriate Slack channel.

Setup Guide

1 Log into your Slack account and pick an appropriate Slack channel. From the dropdown next to channel's name, pick Add a service integration...
2 From the list of available integrations, select Incoming WebHooks, and click on Add Incoming WebHooks Integration.
3

Copy the displayed WebHook URL and paste it down below.

Save the integration, and it's done!

Integration Settings

{% csrf_token %}
{% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}