slack_post_message
Send a message to Slack channels by providing a channel name or ID and text; supports Slack markdown for formatted posts.
Instructions
Send a message to a Slack channel.
Args: channel: Channel name (without #) or channel ID. text: The message text to send. Supports Slack markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| channel | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |