Slack
SLACKBOT_RETRIEVE_REMOTE_FILE_INFO_IN_SLACK
DEPRECATED: Retrieve information about a remote file added to Slack. Use `get_remote_file` instead.
Remote slackbot
Other tools also called SLACKBOT_RETRIEVE_REMOTE_FILE_INFO_IN_SLACK?
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."
}
}
}