slack_send_message
Send Slack messages as yourself to any channel, username, or channel ID. Use markdown formatting for rich text, ensuring your message appears exactly as if typed manually.
Instructions
Send a Slack message AS YOU (not as a bot). The message will appear exactly as if you typed it. Supports #channel-name, @username (DM), or channel ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The message text to send. Supports Slack markdown (mrkdwn). | |
| channel | Yes | Where to send: #channel-name, @username (opens DM), or channel ID. | |
| workspace | No | Workspace alias. Omit to use default. |