send_dm
Send direct messages to specific Slack users using their user ID and formatted text. Enables targeted communication within Slack workspaces.
Instructions
Send a direct message to a user.
Args:
user_id: The ID of the user to message (e.g., "U01234567")
text: The message text to send (supports Slack markdown)
Returns:
Dictionary containing the sent message details
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| text | Yes |