1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-06-20 09:19:27 +02:00
Files
OpenIntegrations/docs/en/examples/Bitrix24/AddPostComment.txt
T
Vitaly the Alpaca (bot) a05f3f418d Main build (Jenkins)
2024-11-03 11:09:51 +03:00

12 lines
384 B
Plaintext

Text = "Comment for post";
PostID = "1196";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/yg2...";
Result = OPI_Bitrix24.AddPostComment(URL, PostID, Text);
Text = "Another comment";
URL = "b24-ar17wx.bitrix24.by";
Token = "6fa52667006e9f06006b12e400000001000...";
Result = OPI_Bitrix24.AddPostComment(URL, PostID, Text, Token);