Post Slack Message
slack_post_messagePost a message to a Slack channel or direct message as your user account. Specify the channel and text, optionally reply in a thread.
Instructions
Post a message to a Slack channel or DM as YOU (your user account).
Args:
channel (string): Channel ID or name (e.g. C012AB3CD or #general)
text (string): Message text (supports Slack mrkdwn formatting)
thread_ts (string): If provided, post as a reply in this thread
Returns: Confirmation with message timestamp and channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Message text (supports Slack mrkdwn) | |
| channel | Yes | Channel ID or name | |
| thread_ts | No | Thread timestamp to reply to |