cURL
curl --request POST \ --url https://api.z-api.io/instances/{instanceId}/token/{token}/communities \ --header 'Client-Token: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "id": "<string>", "subGroups": [ {} ] }
Create a new WhatsApp community
{ "name": "My first Community" }
{ "id": "98372465382764532938", "subGroups": [ { "name": "My first Community", "phone": "342532456234453-group", "isGroupAnnouncement": true } ] }