slack_post_message
Post a message to a Slack channel or direct message as a bot. Supports markdown and threading replies.
Instructions
Post a message to a Slack channel or DM under the bot's identity.
Args: channel (required): Channel ID (Cxxx), name (#channel), or user ID (Uxxx) for DM. text (required): Message body. Slack mrkdwn supported. thread_ts: Thread timestamp to reply to (omit for top-level).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | No | ||
| text | No | ||
| thread_ts | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |