Back to Zulip

Integrations developer panel

templates/zerver/development/integrations_dev_panel.html

12.0582 B
Original Source

{% extends "zerver/portico.html" %} {% set entrypoint = "dev-integrations-panel" %} {% block title %}

Integrations developer panel | Zulip Dev{% endblock %} {% block customhead %}{% endblock %} {% block portico_content %}

Integrations developer panel

Go to Zulip

Bot {% for bot in bots %} {{ bot.full_name }} {% endfor %}

Integration {% for integration in integrations %} {{ integration }} {% endfor %}

Fixture

Stream

Topic

URL (automatically generated)

Custom HTTP headers

Fixture body

Send allSend!

Results

{% endblock %}