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