send_message
Post a text message to a specified GroupMe group, including optional attachments and a unique source ID to prevent duplicate sends.
Instructions
Send a message to a group.
Args:
group_id: The ID of the group.
text: Message text (max 1000 characters).
source_guid: Unique ID to prevent duplicate sends. Auto-generated if blank.
attachments: Optional list of attachment objects (image, location, emoji, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| group_id | Yes | ||
| attachments | No | ||
| source_guid | No |