Add PagerTree Notification Provider

This commit is contained in:
Austin Miller 2023-02-06 11:33:14 -07:00
parent 0197778af1
commit ef54d9e3b6
5 changed files with 138 additions and 1 deletions

View file

@ -24,6 +24,7 @@ const Ntfy = require("./notification-providers/ntfy");
const Octopush = require("./notification-providers/octopush");
const OneBot = require("./notification-providers/onebot");
const PagerDuty = require("./notification-providers/pagerduty");
const PagerTree = require("./notification-providers/pagertree");
const PromoSMS = require("./notification-providers/promosms");
const Pushbullet = require("./notification-providers/pushbullet");
const PushDeer = require("./notification-providers/pushdeer");
@ -83,6 +84,7 @@ class Notification {
new Octopush(),
new OneBot(),
new PagerDuty(),
new PagerTree(),
new PromoSMS(),
new Pushbullet(),
new PushDeer(),