send_direct_message
Send a direct message to any GroupMe user using their user ID, with text, optional attachments, and a unique ID to prevent duplicate sends.
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 |
|---|---|---|---|
| text | Yes | ||
| attachments | No | ||
| source_guid | No | ||
| recipient_id | Yes |