Skip to main content
Version: v1

CreateWorkspaceChatPublicV1Request

Request to create a public/private chat within a workspace

workspaceIdstringrequired

ID of the workspace in which the chat is created

participantsstring[]

List of MembershipIds of chat members

namestring

Chat name

typeWorkspaceChatType (string)

Chat type (public, private, common, breakout)

Possible values: [PRIVATE, PUBLIC, GENERAL, BREAKOUT]

Example: PUBLIC
announceChannelboolean

false - everyone can post, true - only admins

descriptionstring
CreateWorkspaceChatPublicV1Request
{
"workspaceId": "w67Y89gu",
"participants": [
"a56Y0kgi",
"a56Y0kgi"
],
"name": "B2B Chat",
"type": "PRIVATE",
"announceChannel": false,
"description": "For discussing B2B orders"
}