{% extends "base.html" %} {% block title %}MockPost — Webhooks{% endblock %} {% block content %}
Channels with webhooks back to the app: Telegram (setWebhook), WhatsApp, SMS (Twilio StatusCallback) and Stripe (signed events). Other channels only capture outbound sends. The webhook is bound to the selected app and only receives events from it.
| Channel | App | Target URL | Token | Created | Actions |
|---|---|---|---|---|---|
| {{ w.channel }} | {{ app_names.get(w.app_id, 'global') }} | {{ w.target_url }} | {{ w.token or '' }} | {{ w.created_at }} | |
| No webhooks registered. | |||||