x_dm_send
Send direct messages on X using the platform's API for regular conversations. Specify conversation ID and message text to communicate privately.
Instructions
Send a DM via X's internal API (regular conversations only).
Args:
conversation_id: The conversation ID to send to
text: Message text to send
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversation_id | Yes | ||
| text | Yes |