{% extends "vend/_layouts/settings" %} {% block actionButton %} {{ "New Webhook"|t('vend') }} {% endblock %} {% block content %}
Note that freshly created or deleted webhooks will take a little while to update here.
{{ "No webhooks exist yet."|t('vend') }}
{% if webhooks is not empty %}| {{ "Type" }} | {{ "URL" }} | {{ "Active" }} | {% for webhook in webhooks %} |
|---|---|---|---|
| {{ webhook.type }} | {{ webhook.url }} | {{ webhook.active ? 'Yes' : 'No' }} |