{% include 'header.html' %} {% include 'nav_header.html' %}

Community Detail



Community Configuration

{{ error_msg |default:'' }}

{{ info_msg |default:'' }}

{% csrf_token %}
Community Name

Webhooks Configuration

{% if community.webhooks %}
{% for webhook in community.webhooks %} {% endfor %}
Delete Webhook URL Test
{{ webhook.url }}

{% endif %}

Back to Community List