mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-08-07 11:05:00 +00:00
feat: Add ClickUp notification provider (#7677)
This commit is contained in:
@@ -8,6 +8,7 @@ const Bale = require("./notification-providers/bale");
|
||||
const Bark = require("./notification-providers/bark");
|
||||
const BearSMS = require("./notification-providers/bearsms");
|
||||
const Bitrix24 = require("./notification-providers/bitrix24");
|
||||
const ClickUp = require("./notification-providers/clickup");
|
||||
const ClickSendSMS = require("./notification-providers/clicksendsms");
|
||||
const CallMeBot = require("./notification-providers/call-me-bot");
|
||||
const SMSC = require("./notification-providers/smsc");
|
||||
@@ -127,6 +128,7 @@ class Notification {
|
||||
new Bark(),
|
||||
new BearSMS(),
|
||||
new Bitrix24(),
|
||||
new ClickUp(),
|
||||
new ClickSendSMS(),
|
||||
new CallMeBot(),
|
||||
new SMSC(),
|
||||
|
||||
Reference in New Issue
Block a user