{% extends "base.html" %} {% block title %}Add Webhook | discord-rss-bot{% endblock title %} {% block description %}Register a Discord webhook so feeds can post updates into your server or thread.{% endblock description %} {% block content %}
{# Webhook name #}
{# Webhook URL #}
You can append ?thread_id=THREAD_ID to the end of the URL to send messages to a thread. You can get the thread ID by right-clicking on the thread and Copy Thread ID.
{# Submit button #}
{% endblock content %}