The Conversation object
Conversations in Kitchen offer streamlined communication by channeling interactions between your team and clients, fostering efficient information exchange & transparent discussions.
You can collaborate with clients and team by choosing between keeping the discussion private within your company or inviting clients to participate.
Attributes
archived_at
nullable string
Time at which the conversation was archived.
created_at
nullable string
Time at which the conversation was created.
id
string
Unique identifier for the conversation.
latest_message_created_at
nullable string
Time at which the conversation latest message was created.
latest_message
nullable string
ID of the latest message.
messages_count
integer
Total messages count for the conversation.
status
enum
The status of the conversation. One of
open, closed.title
string
Title of the conversation.
description
nullable string
Description of the conversation.
updated_at
string
Time at which the conversation was last updated.
visibility
enum
Visibility of the conversation. One of
private, internal, shared.The Conversation object
{
"archived_at": null,
"created_at": "2024-03-07T07:47:02+00:00",
"id": "convr_1lbg89ha9ttb5dmxuldku3nx",
"latest_message_created_at": null,
"latest_message": null,
"messages_count": 0,
"status": "open",
"title": "New Conversation",
"description": null,
"updated_at": "2024-03-07T07:47:02+00:00",
"visibility": "shared"
}