Skip to main content

Make file public

Creates a public URL for the file. Requires user token

Function MakeFilePublic(Val Token, Val FileID) Export

ParameterCLI optionTypeDescription
Token--tokenStringUser token
FileID--fileidStringFile identifier

Returns: Map Of KeyAndValue - Serialized JSON response from Slack


CLI command example
    
oint slack MakeFilePublic --token %token% --fileid %fileid%