Add OneSender Webhook notification (#4971)

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Hasan Basri
2024-08-08 07:48:37 +07:00
committed by GitHub
parent 13f67462ad
commit 92e982a910
6 changed files with 142 additions and 1 deletions

View File

@@ -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(),