Slack
SLACKBOT_ENABLE_PUBLIC_SHARING_OF_A_FILE
Enables public sharing for an existing Slack file by generating a publicly accessible URL; this action does not create new files.
Remote slackbot
Other tools also called SLACKBOT_ENABLE_PUBLIC_SHARING_OF_A_FILE?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"file": {
"type": "string",
"title": "File",
"examples": [
"F0123456789"
],
"description": "The ID of the file to be shared publicly."
}
}
}