Slack

slack_upload_file

Upload a text file to Slack. Uses the 2-step upload process (getUploadURLExternal + completeUploadExternal). For text/code content only.

Remote node2flow/slack

Other tools also called slack_upload_file? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "content": {
      "type": "string",
      "description": "File content as text string"
    },
    "filename": {
      "type": "string",
      "description": "Filename with extension (e.g. \"report.txt\", \"data.csv\", \"code.py\")"
    },
    "thread_ts": {
      "type": "string",
      "description": "Thread timestamp to post file in"
    },
    "channel_id": {
      "type": "string",
      "description": "Channel ID to share the file in"
    },
    "initial_comment": {
      "type": "string",
      "description": "Comment to post with the file"
    }
  }
}
          

Provider

Slack →