send_direct_message
Send direct messages to Twitter users programmatically by providing their user ID or username and the message text.
Instructions
Send Twitter direct messages programmatically via API
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| recipient_id | No | Recipient user id. Provide either this or `recipient_username`. | |
| recipient_username | No | Recipient username (without @). Provide either this or `recipient_id`. |