Files and Communication
Channels & Messages
What Channels and Messages are in GreenVee's data model, and why there is currently no chat screen in the app to use them.
Channels
Section titled “Channels”A Channel is intended as a messaging space where a team can have conversations. Today a Channel has no properties beyond its system ID — it is not linked to a Project or a Task, and there is no way to create, name, or browse one from the interface.
Messages
Section titled “Messages”A Message is a single post inside a Channel. Each message record has:
| Field | What it means |
|---|---|
| Content | The text of the message |
| My message | A flag marking whether the message was sent by the current user — intended to display your own messages differently from others’ (e.g. on the right side of a chat) |
| Reference | An internal reference identifier stored on the message |
The message model is intentionally simple: no threads, reactions, or reply chains — just a flat stream of posts. As above, there is currently no screen in GreenVee where you can read or send a Message.