mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-24 05:36:29 +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
|