1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-06-04 23:37:46 +02:00
Vitaly the Alpaca (bot) a7806a10ce Main build (Jenkins)
2024-10-04 13:35:56 +03:00

11 lines
390 B
Plaintext

Token = "xoxb-6965308400114-696804637...";
Channel = "C06UFNUTKUL";
File = "https://openyellow.neocities.org/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);