1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-02-09 13:47:03 +02:00

11 lines
387 B
Plaintext
Raw Normal View History

 Token = "xoxb-6965308400114-696804637...";
Channel = "C06UFNUTKUL";
2024-10-15 10:07:27 +03:00
File = "https://api.athenaeum.digital/test_data/document.docx"; // URL, Binary Data or Path to file
FileName = "megadoc.docx";
Title = "NewFile";
Result = OPI_Slack.UploadFile(Token, File, FileName, Title);
Result = OPI_Slack.UploadFile(Token, File, FileName, Title, Channel);