send_message
Send text messages and attachments to GroupMe groups using the GroupMe API. Specify group ID and message content to communicate with group members.
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 |
|---|---|---|---|
| group_id | Yes | ||
| text | Yes | ||
| source_guid | No | ||
| attachments | No |