send_dm
Send a direct message to any X user using their numeric ID. Resolve @handles with get_user first; your own ID is handled automatically.
Instructions
Send a direct message to a user by their numeric id (resolve a @handle with get_user first). Your own id is auto-resolved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Message body. | |
| recipient_id | Yes | Recipient numeric user id (rest_id). |