mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
Feature Request: Add support for Authorization header in webhook alert
#451
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @arsalanses on 10/30/2025
Currently, webhook items in
alertsonly support sending http method without the ability to add custom HTTP headers, such asAuthorization: Bearer <token>.Many external services (e.g., internal APIs, Slack-compatible endpoints, or secured webhook receivers) require authentication via headers.
Thanks