+
+
+
+
+
+
diff --git a/src/components/notifications/index.js b/src/components/notifications/index.js
index 8a2ff2043..648f8f7ed 100644
--- a/src/components/notifications/index.js
+++ b/src/components/notifications/index.js
@@ -73,6 +73,7 @@ import SpugPush from "./SpugPush.vue";
import SevenIO from "./SevenIO.vue";
import Whapi from "./Whapi.vue";
import WAHA from "./WAHA.vue";
+import Whatsapp360messenger from "./360messenger.vue";
import Evolution from "./Evolution.vue";
import Cellsynt from "./Cellsynt.vue";
import WPush from "./WPush.vue";
@@ -168,6 +169,7 @@ const NotificationFormList = {
evolution: Evolution,
notifery: Notifery,
waha: WAHA,
+ Whatsapp360messenger: Whatsapp360messenger,
gtxmessaging: GtxMessaging,
Cellsynt: Cellsynt,
WPush: WPush,
diff --git a/src/lang/en.json b/src/lang/en.json
index 585db61fe..1abfa995e 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -1314,6 +1314,24 @@
"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.",
+ "360messengerAuthToken": "360messenger API Key",
+ "360messengerRecipient": "Recipient phone number(s)",
+ "360messengerGroupId": "360messenger Group ID",
+ "360messengerUseTemplate": "Use a custom message template",
+ "360messengerTemplate": "360messenger Message Template",
+ "360messengerGroupList": "WhatsApp groups",
+ "360messengerSelectGroupList": "Select a group to add",
+ "360messengerSelectedGroupID": "Selected Group ID(s)",
+ "360messengerEnableSendToGroup": "Enable sending to WhatsApp group(s)",
+ "360messengerCustomMessageTemplate": "Custom message template",
+ "360messengerEnableCustomMessage": "Enable a custom message template instead of the default message.",
+ "360messengerMessageTemplate": "Message template",
+ "360messengerWayToGetUrlAndToken": "You can get your 360messenger API key from {0}.",
+ "360messengerWayToWriteRecipient": "Enter one or more phone numbers in international format without a leading plus (e.g. {0}). Separate multiple numbers with commas.",
+ "360messengerErrorNoApiKey": "Please enter your 360messenger API key first.",
+ "360messengerErrorNoGroups": "No WhatsApp groups were found for this account.",
+ "360messengerErrorApi": "Unable to load the WhatsApp group list (Error {statusCode}: {message}).",
+ "360messengerErrorGeneric": "Unable to load the WhatsApp group list: {message}",
"YZJ Webhook URL": "YZJ Webhook URL",
"YZJ Robot Token": "YZJ Robot token",
"Plain Text": "Plain Text",