Send Slack message
send_slack_messagePost a message to a Slack channel or DM as YouSpot, optionally as a reply in a thread. Only channels the bot has been invited to work; use list_slack_channels to find ids. Write in Slack markdown (bold, bullet lines, <url|label> links). Confirm with the user before posting anywhere others can see it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The message. | |
| team_id | No | The workspace, when the user has more than one. | |
| thread_ts | No | Reply in this thread instead of the channel. | |
| channel_id | Yes | Where to post (C…/D… id). |