files_remote_add
Add a remote file from an external URL to Slack, indexed by a unique ID, with optional searchable text and preview image.
Instructions
Add a remote file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the file shown in Slack. | |
| filetype | No | File type identifier (e.g. ``doc``, ``pdf``). | |
| external_id | Yes | Unique identifier for the file in your app's storage (e.g. ``123abc``). | |
| external_url | Yes | 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 | |||