{% extends "base.html" %} {% block title %} Webhooks | discord-rss-bot {% endblock title %} {% block description %} Manage stored Discord webhooks and inspect the delivery endpoints connected to your feeds. {% endblock description %} {% block content %}
{% for hook in hooks_with_data %}

{{ hook.custom_name }}


{% endfor %}
You can append ?thread_id=THREAD_ID to the URL to send messages to a thread.

Add New Webhook
{% endblock content %}