send_direct_message
Send private messages to individual users on GroupMe using their user ID, with optional attachments and duplicate prevention.
Instructions
Send a direct message to another user.
Args:
recipient_id: The user ID of the recipient.
text: Message text (max 1000 characters).
source_guid: Unique ID to prevent duplicate sends. Auto-generated if blank.
attachments: Optional list of attachment objects.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipient_id | Yes | ||
| text | Yes | ||
| source_guid | No | ||
| attachments | No |