provider files.remotefiles POST /files.remote.update
@utdk/slack /files.remote.update
files_remote_update
Updates an existing remote file.

Try it

Authentication
Configure credentials for Slack Web API
filesRemoteUpdate
POST/files.remote.update
Updates an existing remote file.

Input

Creator defined GUID for the file.

URL of the remote file.

Specify a file by providing its ID.

type of file

File containing contents that can be used to improve searchability for the remote file.

Preview of the document via `multipart/form-data`.

Title of the file being shared.

Authentication token. Requires scope: `remote_files:write`

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import slack from '@utdk/slack';

await slack.filesRemoteUpdate()