{
"groupName": "Group created by Green API",
"chatIds": [
"79001234568@c.us",
"79001234569@c.us"
]
}
curl --location -g --request POST 'https://api.green-api.com/waInstance<Your idInstance from your Green API account>/createGroup/<Your apiTokenInstance from your Green API account>' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupName": "Group created by Green API",
"chatIds": [
"79001234568@c.us",
"79001234569@c.us"
]
}'
{
"created": true,
"chatId": "11001234567-1587570015@g.us",
"groupInviteLink": "https://chat.whatsapp.com/xxxxxxxxxxxxxxxxxxxxxx"
}