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

Install Webhook

Send HTTP POST requests to your endpoint when deployment events occur in {{ current_org }}.

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

How it works

{# ── Setup form ────────────────────────────────────────────── #}

A friendly name to identify this webhook

Must use HTTPS (HTTP allowed for localhost only)

Used to compute X-Forage-Signature (HMAC-SHA256) so you can verify payloads are from Forage

{% endblock %}