create_group
Create a new GroupMe group with a name, optional description, avatar image, and share URL settings to organize team communication.
Instructions
Create a new group.
Args:
name: Name of the group.
description: Optional description.
image_url: Optional avatar image URL.
share: Whether to enable a share URL for the group.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | No | ||
| image_url | No | ||
| share | No |