{% 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 }} Copy {% endif %} {# ── What's next ──────────────────────────────────────────── #} What's next 1. Configure which events trigger notifications on the integration settings page 2. Use the API token to query releases, projects, and notifications from your service 3. Send a test event to verify your endpoint receives payloads correctly Configure integration Back to integrations {% endblock %}
{{ integration.name }} is now active in {{ current_org }}.
This token allows the integration to query the Forage API. Copy it now — it won't be shown again.
{{ api_token }}