Create Group Conversation
Chat — Conversations
Create Group Conversation
Create a new multi-member group conversation
POST
Create Group Conversation
Creates a group conversation. The caller is automatically added as anDocumentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
admin. All provided memberIds are validated to belong to the project and added as member.
Body Parameters
Must be
"group".Display name of the conversation. Maximum 200 characters. Optional.
Optional description for the conversation. Maximum 1000 characters.
Array of user IDs to add to the conversation. Defaults to
[]. The caller’s own ID is ignored if included — they are always added as admin. All IDs must belong to the same project.Custom key-value data to attach to the conversation. Optional.
Response
Returns the created Conversation object with HTTP201.
Error Responses
Invalid Member — 400 Bad Request
Invalid Member — 400 Bad Request

