+
+
+
+ https://www.open-wa.org/
+
+
+
diff --git a/src/components/notifications/index.js b/src/components/notifications/index.js
index 9de95b8bf..7ef39764b 100644
--- a/src/components/notifications/index.js
+++ b/src/components/notifications/index.js
@@ -82,6 +82,7 @@ import Whapi from "./Whapi.vue";
import WAHA from "./WAHA.vue";
import Whatsapp360messenger from "./360messenger.vue";
import Evolution from "./Evolution.vue";
+import OpenWa from "./OpenWa.vue";
import Cellsynt from "./Cellsynt.vue";
import WPush from "./WPush.vue";
import WxPusher from "./WxPusher.vue";
@@ -185,6 +186,7 @@ const NotificationFormList = {
SevenIO: SevenIO,
whapi: Whapi,
evolution: Evolution,
+ openwa: OpenWa,
notifery: Notifery,
waha: WAHA,
Whatsapp360messenger: Whatsapp360messenger,
diff --git a/src/lang/en.json b/src/lang/en.json
index 6782382cf..ccafea037 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -1377,6 +1377,14 @@
"wayToGetWahaApiKey": "API Key is WHATSAPP_API_KEY environment variable value you used to run WAHA.",
"wayToGetWahaSession": "From this session WAHA sends notifications to Chat ID. You can find it in WAHA Dashboard.",
"wayToWriteWahaChatId": "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}). Notifications are sent to this Chat ID from WAHA Session.",
+ "openwaSession": "Session",
+ "openwaChatId": "Chat ID (Phone Number / Contact ID / Group ID)",
+ "wayToGetOpenwaApiUrl": "Your OpenWA Instance URL.",
+ "wayToGetOpenwaApiKey": "API key used for your OpenWA instance.",
+ "wayToGetOpenwaSession": "Session ID used by OpenWA to send notifications.",
+ "wayToWriteOpenwaChatId": "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}). You can send to multiple Chat IDs by separating them with commas.",
+ "openwaCustomMessageTitle": "Custom Message (optional)",
+ "openwaCustomMessageDesc": "Leave empty to use the default message.",
"360messengerAuthToken": "360messenger API Key",
"360messengerRecipient": "Recipient phone number(s)",
"360messengerGroupId": "360messenger Group ID",