+
+
+
diff --git a/src/components/notifications/index.js b/src/components/notifications/index.js
index 8a034af2c..c3674d20a 100644
--- a/src/components/notifications/index.js
+++ b/src/components/notifications/index.js
@@ -6,6 +6,7 @@ import Bale from "./Bale.vue";
import Bark from "./Bark.vue";
import BearSMS from "./BearSMS.vue";
import Bitrix24 from "./Bitrix24.vue";
+import ClickUp from "./ClickUp.vue";
import Notifery from "./Notifery.vue";
import ClickSendSMS from "./ClickSendSMS.vue";
import CallMeBot from "./CallMeBot.vue";
@@ -114,6 +115,7 @@ const NotificationFormList = {
Bark: Bark,
bearsms: BearSMS,
Bitrix24: Bitrix24,
+ ClickUp: ClickUp,
clicksendsms: ClickSendSMS,
CallMeBot: CallMeBot,
smsc: SMSC,
diff --git a/src/lang/en.json b/src/lang/en.json
index ad209af72..1347205d0 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -1152,6 +1152,12 @@
"Bitrix24 Webhook URL": "Bitrix24 Webhook URL",
"wayToGetBitrix24Webhook": "You can create a webhook by following the steps at {0}",
"bitrix24SupportUserID": "Enter your user ID in Bitrix24. You can find out the ID from the link by going to the user's profile.",
+ "ClickUp API Token": "ClickUp API Token",
+ "ClickUp API Token Description": "You can create a personal access token in ClickUp by going to Settings -> Integrations & ClickApps -> ClickUp API -> API Token",
+ "ClickUp Workspace ID": "ClickUp Workspace ID",
+ "ClickUp Workspace ID Description": "You can find it in your workspace's URL, right after app.clickup.com/, e.g. app.clickup.com/12345678/home.",
+ "ClickUp Channel ID": "ClickUp Channel ID",
+ "ClickUp Channel ID Description": "You can find it in the Chat channel's URL, right after /chat/r/, e.g. .../chat/r/abc123-4567.",
"Saved.": "Saved.",
"authUserInactiveOrDeleted": "The user is inactive or deleted.",
"authInvalidToken": "Invalid Token.",