+
+
+
diff --git a/src/components/notifications/index.js b/src/components/notifications/index.js
index 6cb0c9fd9..f9e6eb8fa 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 HeiiOnCall from "./HeiiOnCall.vue";
import Kook from "./Kook.vue";
@@ -113,7 +114,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 11190a080..b406f67c5 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -887,5 +887,10 @@
"Browser Screenshot": "Browser Screenshot",
"What is a Remote Browser?": "What is a Remote Browser?",
"wayToGetHeiiOnCallDetails": "How to get the Trigger ID and API Keys is explained in the {documentation}",
- "documentationOf": "{0} Documentation"
+ "documentationOf": "{0} Documentation",
+ "gtxMessagingApiKeyHint": "You can find your API key at: My Routing Accounts > Show Account Information > API Credentials > REST API (v2.x)",
+ "From Phone Number / Transmission Path Originating Address (TPOA)": "From Phone Number / Transmission Path Originating Address (TPOA)",
+ "gtxMessagingFromHint": "On mobile phones, your recipients sees the TPOA displayed as the sender of the message. Allowed are up to 11 alphanumeric characters, a shortcode, the local longcode or international numbers ({e164}, {e212} or {e214})",
+ "To Phone Number": "To Phone Number",
+ "gtxMessagingToHint": "International format, with leading \"+\" ({e164}, {e212} or {e214})"
}