{% extends "base.html" %} {% block title %}Events — whatsloon admin{% endblock %} {% block content %}

Webhook events

Show failed only

{% if items %} {% include "_event_rows.html" %}
IDTypeStatusRetriesReceivedAction
{% set base_url = root + "/ui/events" %} {% set query_extra = "tenant_id=" + tenant_id + "&token=" + token + "&processing_status=" + processing_status + "&since=" + since + "&until=" + until + "&" %} {% include "_pagination.html" %} {% else %}
No events match these filters.
{% endif %} {% endblock %}