send_slack_image
Upload a local image or file to a Slack channel so it appears inline instead of as a link. Use for screenshots, diagrams and charts.
Instructions
Upload a local image or file into a Slack channel, so it appears inline rather than as a link. Use for screenshots, diagrams and charts. The path must be a file on this machine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Title shown above the file. Defaults to the filename. | |
| channel | Yes | The Slack channel ID to upload into (e.g. C0AMZUV0JTZ) | |
| comment | No | Optional message posted with the file, explaining what it shows. | |
| file_path | Yes | Absolute path to the file on this machine | |
| thread_ts | No | Upload into a thread rather than the channel root. |