Slack

SLACKBOT_SHARE_REMOTE_FILE_IN_CHANNELS

Shares a remote file, which must already be registered with Slack, into specified Slack channels or direct message conversations.

Remote slackbot

Other tools also called SLACKBOT_SHARE_REMOTE_FILE_IN_CHANNELS? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "file": {
      "type": "string",
      "title": "File",
      "examples": [
        "F0123456789"
      ],
      "description": "The unique ID of the remote file registered with Slack. Either this `file` field or the `external_id` field (or both) is required to identify the file."
    },
    "channels": {
      "type": "string",
      "title": "Channels",
      "examples": [
        "C0123456789,D0987654321",
        "C061MP4F097"
      ],
      "description": "A comma-separated list of channel IDs where the remote file will be shared. These can include public channel IDs, private channel IDs, or direct message channel IDs."
    },
    "external_id": {
      "type": "string",
      "title": "External Id",
      "examples": [
        "myapp-unique-file-id-007",
        "external-doc-id-54321"
      ],
      "description": "The globally unique identifier (GUID) for the remote file, as provided by the app that registered it with Slack. Either this `external_id` field or the `file` field (or both) is required to identify the file."
    }
  }
}
          

Provider

Slack →