files_remote_update
Update a remote file's metadata, title, or preview image. Make files searchable by providing plain text contents.
Instructions
Update a remote file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | ID of the file as assigned by Slack (e.g. ``F0123``). | |
| title | No | Title of the file shown in Slack. | |
| filetype | No | File type identifier (e.g. ``doc``, ``pdf``). | |
| external_id | No | Identifier of the remote file in your app's storage (e.g. ``123abc``). | |
| external_url | No | URL where the remote file can be accessed (e.g. ``https://example.com/files/123``). | |
| preview_image | No | Image to use as the file's preview thumbnail. | |
| indexable_file_contents | No | Plain-text contents of the file used to make it searchable in Slack. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||