slackPostMessage
Post a message to a Slack channel by name or ID, optionally as a thread reply.
Instructions
Post a message to a Slack channel. Use channel name (e.g. 'general') or channel ID. Optionally reply in a thread by providing threadTs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | Channel name (e.g. 'general') or channel ID (e.g. 'C12345'). | |
| text | Yes | Message text (Markdown supported via mrkdwn). | |
| threadTs | No | Thread timestamp to reply in. Omit to post as a new message. |