1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-23 21:29:38 +02:00
OpenIntegrations/docs/en/examples/Slack/AddExternalFile.txt

6 lines
277 B
Plaintext

Token = "xoxb-6965308400114-696804637...";
Title = "NewFile";
File = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx"; // URL, Binary Data or Path to file
Result = OPI_Slack.AddExternalFile(Token, File, Title);