slack_post_message
Post a message to a Slack channel or DM with markdown, thread replies, and idempotency keys to prevent duplicate sends.
Instructions
Post a message to a Slack channel or DM under the bot's identity.
Args: channel (required): Channel ID (Cxxx), name (#channel), or user ID (Uxxx) for DM. text (required): Message body. Slack mrkdwn supported. thread_ts: Thread timestamp to reply to (omit for top-level). project_id: Authenticated Project UUID. project_ref: Exact project correlation reference. connector_account_ref: Project-bound connector account alias. idempotency_key: Stable business-action identity. effect: Claimed read or write effect; Spring verifies it. approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| effect | No | ||
| channel | No | ||
| thread_ts | No | ||
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |