Added Pumble Notification (#5781)

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Jan K.
2025-04-26 22:53:40 +02:00
committed by GitHub
parent f6444aacd2
commit 33f253f825
5 changed files with 62 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ const Octopush = require("./notification-providers/octopush");
const OneBot = require("./notification-providers/onebot");
const Opsgenie = require("./notification-providers/opsgenie");
const PagerDuty = require("./notification-providers/pagerduty");
const Pumble = require("./notification-providers/pumble");
const FlashDuty = require("./notification-providers/flashduty");
const PagerTree = require("./notification-providers/pagertree");
const PromoSMS = require("./notification-providers/promosms");
@@ -127,6 +128,7 @@ class Notification {
new FlashDuty(),
new PagerTree(),
new PromoSMS(),
new Pumble(),
new Pushbullet(),
new PushDeer(),
new Pushover(),