You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-01 22:29:52 +02:00
Main build (Jenkins)
This commit is contained in:
6
docs/en/examples/Bitrix24/SendFile.txt
vendored
6
docs/en/examples/Bitrix24/SendFile.txt
vendored
@@ -1,5 +1,5 @@
|
||||
URL = "https://b24-ar17wx.bitrix24.by/rest/1/h0m...";
|
||||
ChatID = "2318";
|
||||
ChatID = "2326";
|
||||
File = "https://api.athenaeum.digital/test_data/document.docx"; // Binary Data, URL or path to file
|
||||
Description = "Very important file";
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
Result = OPI_Bitrix24.SendFile(URL, ChatID, FileID, Description);
|
||||
|
||||
URL = "b24-ar17wx.bitrix24.by";
|
||||
Token = "82191268006e9f06006b12e400000001000...";
|
||||
ChatID = "2320";
|
||||
Token = "139a1268006e9f06006b12e400000001000...";
|
||||
ChatID = "2328";
|
||||
|
||||
Directory = OPI_Bitrix24.GetChatFilesFolder(URL, ChatID, Token);
|
||||
FolderID = Directory["result"]["ID"];
|
||||
|
||||
Reference in New Issue
Block a user