{% extends "base.html" %} {% block title %}Webhooks{% endblock %} {% block content %}

Outbound Webhooks

POST a JSON payload to a URL when an event fires (Discord/Slack/IFTTT/etc).

{% for r in rows %} {% else %} {% endfor %}
OnEventNameURLLast status
{% if r.is_active %}on{% else %}off{% endif %} {{ r.event }} {{ r.name }} {{ r.url[:60] }}{% if r.url|length > 60 %}…{% endif %} {{ r.last_status or '—' }}{% if r.last_error %} err{% endif %}
No webhooks configured.
{% endblock %}