{% extends "base.html.jinja" %} {% block content %}

Integrations

Connect tools and services to receive deployment notifications from {{ current_org }}.

{% if error is defined and error %}
{{ error }}
{% endif %} {# ── Installed integrations ─────────────────────────────────── #} {% if integrations | length > 0 %}

Installed

{% endif %} {# ── Available integrations (marketplace) ─────────────────── #}

Available integrations

{# Webhook #}
Webhook

Send HTTP POST notifications to any URL when deployments happen. Supports HMAC-SHA256 payload signing and custom headers.

{# Slack #}
Slack

Post deployment notifications directly to Slack channels. Rich formatting with release details, status, and quick links.

{# Discord #}
Discord Coming soon

Send deployment updates to Discord channels via webhook. Includes embeds with release metadata and status.

{# Email #}
Email Coming soon

Email notifications for deployment events. Configure recipients and digest frequency per project.

{% endblock %}