upload_file
Upload files directly to specified Slack channels. Provide file content, name, title, and an optional initial comment to share documents or updates efficiently.
Instructions
Upload a file to one or more Slack channels.
Args: channels: Comma-separated list of channel IDs content: File content as text filename: Name for the file title: Title of the file initial_comment: Initial comment for the file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
channels | Yes | ||
content | Yes | ||
filename | Yes | ||
initial_comment | No | ||
title | No |