files remote share

GET {{baseUrl}}/files.remote.share?file=<string>&external_id=<string>&channels=<string>

Share a remote file into a channel.

Request Params

KeyDatatypeRequiredDescription
filestringSpecify a file registered with Slack by providing its ID. Either this field or external_id or both are required.
external_idstringThe globally unique identifier (GUID) for the file, as set by the app registering the file with Slack. Either this field or file or both are required.
channelsstringComma-separated list of channel IDs where the file will be shared.

RESPONSES

status: OK

{&quot;ok&quot;:&quot;\u003cboolean\u003e&quot;}