send_file
Upload a file to a channel or direct message, with an optional text message.
Instructions
Send a file (image, document, etc.) to a channel or user.
Args:
channel: Channel name, channel ID, or @username for DM
file_path: Absolute path to the file to upload
message: Optional text message to send with the file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | ||
| file_path | Yes | ||
| message | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |