{% extends "admin/base.html" %} {% block title %}Webhooks{% endblock %} {% block content %}
| Name | URL | Events | Status | |
|---|---|---|---|---|
| {{ hook.name }} | {{ hook.url | truncate(length=40) }} |
{{ hook.events }} | {% if hook.active %} Active {% else %} Inactive {% endif %} | Edit Log |
No webhooks configured. Create one to receive HTTP callbacks on content events.
{% endif %}