Notification log
The notification log at /admin/notifications shows every webhook dispatch attempt - what was sent, to which webhook, and whether it succeeded.
Reading the log
Section titled “Reading the log”Each row shows:
- Time -
HH:MM:SSwhen the notification was dispatched - Webhook - the name of the destination channel
- Event - the audit event that triggered the notification
- Status -
Sent(green) orFailed(red) - Error - the error message if delivery failed (hover for full text)
Filtering
Section titled “Filtering”Use the Sent / Failed filter chips to narrow the log. Type in the search box to filter by webhook name, event, or error text.
Bell icon
Section titled “Bell icon”The bell icon in the topbar shows a red dot when there are new notifications since you last viewed the log. Clicking the bell opens a dropdown with the 8 most recent notifications and a “View all” link. The dot clears when you open the dropdown.
Debugging failed deliveries
Section titled “Debugging failed deliveries”If a webhook shows Failed:
- Check the error column for the HTTP status code or error message.
- Go to Webhooks and use the test button to re-send a test notification and see the live error.
- Common causes:
- Wrong URL or token
- Bot not added to Telegram chat
- ntfy topic not accessible
- SMTP not configured (for email webhooks)