send_message
Post messages to Slack channels with optional Block Kit formatting, thread replies, and link unfurling. Use it to notify teams, respond in threads, or automate Slack updates.
Instructions
Send a message to a Slack channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Message text | |
| blocks | No | Block Kit blocks array for rich formatting | |
| channel | Yes | Channel ID or name to send to | |
| thread_ts | No | Thread timestamp to reply in a thread | |
| unfurl_links | No | Whether to unfurl links | |
| use_user_token | No | Send as the authenticated user (requires xoxp- user token) rather than the bot |