send_slack_message
Send a Slack message to a channel using its ID and markdown text, enabling replies to incoming webhook messages.
Instructions
Send a message to a Slack channel. Use this to reply to webhook channel incoming messages from Slack.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The markdown text reply to send to Slack | |
| channel | Yes | The Slack channel ID to send the message to (e.g. C0AMZUV0JTZ) |