{% 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).

Scoping to one board stops a restricted/sysop-only board's posts from being mirrored externally.
{% for r in rows %} {% else %} {% endfor %}
OnEventBoardNameURLLast status
{% if r.is_active %}on{% else %}off{% endif %} {{ r.event }} {% if r.event == 'post' %}{{ r.board.name if r.board else 'All boards' }}{% else %}—{% endif %} {{ 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 %}