quire.createChat
Create a new chat channel in a Quire project by providing the owner ID and channel name to enable team communication.
Instructions
Create a new chat channel in a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ownerType | No | The type of owner (currently only 'project' is supported) | project |
| ownerId | Yes | The owner ID (e.g., 'my-project') or OID | |
| name | Yes | The chat channel name | |
| id | No | Custom ID for this chat channel. If omitted, Quire generates one automatically. Must be unique within the project. | |
| description | No | The chat channel description (Markdown supported) | |
| iconColor | No | Icon color index from Quire's predefined palette | |
| image | No | Icon image identifier (e.g., 'icon-view-list', 'icon-briefcase-o', etc.) | |
| partner | No | OID of the external team this chat channel belongs to | |
| start | No | Target start date (ISO 8601 format, e.g., '2024-01-02') | |
| due | No | Target due date (ISO 8601 format, e.g., '2024-05-25') |