+
+
diff --git a/src/components/notifications/index.js b/src/components/notifications/index.js
index 52bebf83d..cb6a96bfb 100644
--- a/src/components/notifications/index.js
+++ b/src/components/notifications/index.js
@@ -3,6 +3,7 @@ import AlertNow from "./AlertNow.vue";
import AliyunSMS from "./AliyunSms.vue";
import Apprise from "./Apprise.vue";
import Bark from "./Bark.vue";
+import Bitrix24 from "./Bitrix24.vue";
import ClickSendSMS from "./ClickSendSMS.vue";
import CallMeBot from "./CallMeBot.vue";
import SMSC from "./SMSC.vue";
@@ -70,6 +71,7 @@ const NotificationFormList = {
"AliyunSMS": AliyunSMS,
"apprise": Apprise,
"Bark": Bark,
+ "Bitrix24": Bitrix24,
"clicksendsms": ClickSendSMS,
"CallMeBot": CallMeBot,
"smsc": SMSC,
diff --git a/src/lang/en.json b/src/lang/en.json
index d5ba62a50..d5cdec060 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -873,6 +873,9 @@
"noOrBadCertificate": "No/Bad Certificate",
"gamedigGuessPort": "Gamedig: Guess Port",
"gamedigGuessPortDescription": "The port used by Valve Server Query Protocol may be different from the client port. Try this if the monitor cannot connect to your server.",
+ "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.",
"Saved.": "Saved.",
"authUserInactiveOrDeleted": "The user is inactive or deleted.",
"authInvalidToken": "Invalid Token.",