mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-03-21 21:27:27 +02:00
9 lines
263 B
Plaintext
9 lines
263 B
Plaintext
|
|
||
|
FileName = "megadoc.docx";
|
||
|
File = New BinaryData("D:\" + FileName);
|
||
|
Title = "NewFile";
|
||
|
Channel = "C123456";
|
||
|
|
||
|
Response = OPI_Slack.UploadFile(Token, File, FileName, Title, Channel); //Map
|
||
|
Response = OPI_Tools.JSONString(Response);//JSON string
|