+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/notifications/index.js b/src/components/notifications/index.js
index 0606d41af6..0a7522039a 100644
--- a/src/components/notifications/index.js
+++ b/src/components/notifications/index.js
@@ -13,6 +13,7 @@ import GoogleChat from "./GoogleChat.vue";
import Gorush from "./Gorush.vue";
import Gotify from "./Gotify.vue";
import GrafanaOncall from "./GrafanaOncall.vue";
+import GtxMessaging from "./GtxMessaging.vue";
import HomeAssistant from "./HomeAssistant.vue";
import Kook from "./Kook.vue";
import Line from "./Line.vue";
@@ -111,7 +112,8 @@ const NotificationFormList = {
"WeCom": WeCom,
"GoAlert": GoAlert,
"ServerChan": ServerChan,
- "ZohoCliq": ZohoCliq
+ "ZohoCliq": ZohoCliq,
+ "gtxmessaging": GtxMessaging,
};
export default NotificationFormList;
diff --git a/src/lang/en.json b/src/lang/en.json
index 0f59e62aef..eb15cb5309 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -883,5 +883,8 @@
"deleteRemoteBrowserMessage": "Are you sure want to delete this Remote Browser for all monitors?",
"GrafanaOncallUrl": "Grafana Oncall URL",
"Browser Screenshot": "Browser Screenshot",
- "What is a Remote Browser?": "What is a Remote Browser?"
+ "What is a Remote Browser?": "What is a Remote Browser?",
+ "gtxMessagingApiKey": "API Key",
+ "gtxMessagingFrom": "From",
+ "gtxMessagingTo": "To"
}