You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
11 lines
428 B
Plaintext
Vendored
11 lines
428 B
Plaintext
Vendored
URL = FunctionParameters["Bitrix24_URL"];
|
|
CommentID = FunctionParameters["Bitrix24_HookCommentID"];
|
|
|
|
Result = OPI_Bitrix24.DeleteResultFromComment(URL, CommentID);
|
|
|
|
URL = FunctionParameters["Bitrix24_Domain"];
|
|
Token = FunctionParameters["Bitrix24_Token"];
|
|
CommentID = FunctionParameters["Bitrix24_CommentID"];
|
|
|
|
Result = OPI_Bitrix24.DeleteResultFromComment(URL, CommentID, Token);
|