files remote share
GET {{baseUrl}}/files.remote.share?file=<string>&external_id=<string>&channels=<string>
Share a remote file into a channel.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
file | string | Specify a file registered with Slack by providing its ID. Either this field or external_id or both are required. | |
external_id | string | The 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. | |
channels | string | Comma-separated list of channel IDs where the file will be shared. |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e"}