{% extends "base.html" %} {% block title %} | Add new webhook {% endblock title %} {% 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 %}