{% extends "base.html" %} {% block title %}Webhooks{% endblock %} {% block content %}
POST a JSON payload to a URL when an event fires (Discord/Slack/IFTTT/etc).
| On | Event | Name | URL | Last 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. | |||||