v1
latestOpenAPI 3.1.02026-07-1413113265.9 KBcommunity
[BETA] create a community
Create a new Community (parent group containing subgroups). When createGeneralChat is true (default), the service also provisions a default 'General' announcement subgroup. Note: This endpoint is currently in beta and may change without notice.
post/instances/{id}/client/action/create-community
Path parameters
idinteger required
Instance ID
Request body
Example request
{
"title": "My Community",
"description": "A community for customers of our store",
"closed": true,
"allowNonAdminSubGroupCreation": true,
"createGeneralChat": true,
"existingGroupIds": [
"12345678901234@g.us"
]
}Response
Example response
{
"status": "success"
}