1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-07-03 00:58:12 +02:00
Files
OpenIntegrations/docs/en/examples/Bitrix24/AttachFileToTopic.txt
Vitaly the Alpaca (bot) 969e3196ee Main build (Jenkins)
2024-12-05 15:25:02 +03:00

12 lines
375 B
Plaintext

URL = "https://b24-ar17wx.bitrix24.by/rest/1/yg2...";
TaskID = "3832";
FileID = "20820";
Result = OPI_Bitrix24.AttachFileToTopic(URL, TaskID, FileID);
URL = "b24-ar17wx.bitrix24.by";
Token = "f3925167006e9f06006b12e400000001000...";
TaskID = "3834";
Result = OPI_Bitrix24.AttachFileToTopic(URL, TaskID, FileID, Token);