+
+
+ https://whapi.cloud/
+
+
+
diff --git a/src/components/notifications/index.js b/src/components/notifications/index.js
index 821652e24..458322384 100644
--- a/src/components/notifications/index.js
+++ b/src/components/notifications/index.js
@@ -55,6 +55,7 @@ import WeCom from "./WeCom.vue";
import GoAlert from "./GoAlert.vue";
import ZohoCliq from "./ZohoCliq.vue";
import Splunk from "./Splunk.vue";
+import Whapi from "./Whapi.vue";
import Cellsynt from "./Cellsynt.vue";
/**
@@ -118,6 +119,7 @@ const NotificationFormList = {
"GoAlert": GoAlert,
"ServerChan": ServerChan,
"ZohoCliq": ZohoCliq,
+ "whapi": Whapi,
"gtxmessaging": GtxMessaging,
"Cellsynt": Cellsynt,
};
diff --git a/src/lang/en.json b/src/lang/en.json
index 8fb04ae69..21b0eec70 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -885,6 +885,10 @@
"deleteRemoteBrowserMessage": "Are you sure want to delete this Remote Browser for all monitors?",
"GrafanaOncallUrl": "Grafana Oncall URL",
"Browser Screenshot": "Browser Screenshot",
+ "wayToWriteWhapiRecipient": "The phone number with the international prefix, but without the plus sign at the start ({0}), the Contact ID ({1}) or the Group ID ({2}).",
+ "wayToGetWhapiUrlAndToken": "You can get the API URL and the token by going into your desired channel from {0}",
+ "whapiRecipient": "Phone Number / Contact ID / Group ID",
+ "API URL": "API URL",
"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",