Slack
SLACKBOT_GET_REMOTE_FILE
Retrieve information about a remote file added to Slack.
Remote slackbot
Other tools also called SLACKBOT_GET_REMOTE_FILE?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"file": {
"type": "string",
"title": "File",
"examples": [
"F2147483862"
],
"description": "Specify a file by providing its ID."
},
"external_id": {
"type": "string",
"title": "External Id",
"examples": [
"123456"
],
"description": "Creator defined GUID for the file."
}
}
}