Skip to main content
Version: v1

SendChatMessagePublicV1Request

Send a message

workspaceIdstring<flake-id>required

Workspace ID

Example: w67Y89gu
chatIdstring<string-id>required

Chat ID, unique within a workspace

Example: c56Y0kgi
markdownstringrequired

Message text

fileIdsstring[]nullable

IDs of files attached to the message

Example: ["f56Y0kgi","f56Y0kgi"]
replyTostring<flake-id>

Message ID, unique within a workspace and chat

Example: m56Y0kgi
SendChatMessagePublicV1Request
{
"workspaceId": "w67Y89gu",
"chatId": "c56Y0kgi",
"markdown": "**Colleagues**, when will the task be ready?"
}