mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-20 13:38:50 -04:00
Add OneSender Webhook notification (#4971)
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
parent
13f67462ad
commit
92e982a910
6 changed files with 142 additions and 1 deletions
|
@ -64,6 +64,7 @@ const SevenIO = require("./notification-providers/sevenio");
|
|||
const Whapi = require("./notification-providers/whapi");
|
||||
const GtxMessaging = require("./notification-providers/gtx-messaging");
|
||||
const Cellsynt = require("./notification-providers/cellsynt");
|
||||
const Onesender = require("./notification-providers/onesender");
|
||||
|
||||
class Notification {
|
||||
|
||||
|
@ -111,6 +112,7 @@ class Notification {
|
|||
new Ntfy(),
|
||||
new Octopush(),
|
||||
new OneBot(),
|
||||
new Onesender(),
|
||||
new Opsgenie(),
|
||||
new PagerDuty(),
|
||||
new FlashDuty(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue