1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-09-04 15:33:26 +03:00
parent a57d4c7ee0
commit 8ed6ee71a3
728 changed files with 10072 additions and 9904 deletions

View File

@@ -50,7 +50,7 @@ Method at API documentation: [im.notify.personal.add](https://dev.1c-bitrix.ru/l
Result = OPI_Bitrix24.CreatePersonalNotification(URL, UserID, Text, , Attachments);
URL = "b24-ar17wx.bitrix24.by";
Token = "1f76b568006e9f06006b12e400000001000...";
Token = "4f8db968006e9f06006b12e400000001000...";
Tag = "New";
UserID = 10;

View File

@@ -50,7 +50,7 @@ Method at API documentation: [im.notify.system.add](https://dev.1c-bitrix.ru/lea
Result = OPI_Bitrix24.CreateSystemNotification(URL, UserID, Text, , Attachments);
URL = "b24-ar17wx.bitrix24.by";
Token = "1f76b568006e9f06006b12e400000001000...";
Token = "4f8db968006e9f06006b12e400000001000...";
Tag = "New";
UserID = 10;

View File

@@ -39,7 +39,7 @@ Method at API documentation: [im.notify.delete](https://dev.1c-bitrix.ru/learnin
Result = OPI_Bitrix24.DeleteNotification(URL, NotificationID);
URL = "b24-ar17wx.bitrix24.by";
Token = "1f76b568006e9f06006b12e400000001000...";
Token = "4f8db968006e9f06006b12e400000001000...";
NotificationID = "57820";
Result = OPI_Bitrix24.DeleteNotification(URL, NotificationID, Token);