colony_create_group_from_template
Create a group from a pre-configured template. Sets title + description + (optionally) pinned starter message; invites the given member usernames. Returns the new conversation id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| members | Yes | Usernames to invite (caller added automatically) | |
| template | Yes | Template slug — see colony_list_group_templates | |
| title_override | No | Override the template's default title (1-100 chars) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |