{% extends "base.html.jinja" %} {% block content %}
← All integrations

Install Slack

Post deployment notifications directly to Slack channels from {{ current_org }}.

{% if error is defined and error %}
{{ error }}
{% endif %} {# ── How it works ──────────────────────────────────────────── #}

How it works

{% if has_slack_oauth %} {# ── OAuth "Add to Slack" flow ─────────────────────────────── #}

Connect with Slack

Click the button below to authorize Forage to post to a Slack channel. You'll choose which channel during the Slack authorization flow.

Add to Slack
or use a webhook URL
{% endif %} {# ── Manual webhook URL form ───────────────────────────────── #}
{% if has_slack_oauth %}

Alternatively, paste a Slack Incoming Webhook URL directly. Create one in your Slack App settings.

{% else %}

Paste a Slack Incoming Webhook URL. Create one in your Slack App settings under Incoming Webhooks.

{% endif %}

A friendly name to identify this integration

Must be a https://hooks.slack.com/ URL

For display purposes only (defaults to #general)

{% endblock %}