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

{{ integration.type_display }} installed

{{ integration.name }} is now active in {{ current_org }}.

{# ── API Token (shown once) ───────────────────────────────── #} {% if api_token %}

API Token

This token allows the integration to query the Forage API. Copy it now — it won't be shown again.

{{ api_token }}
{% endif %} {# ── What's next ──────────────────────────────────────────── #}

What's next

Configure integration Back to integrations
{% endblock %}