{
"groupName": "Group created by Green API",
"chatIds": [
"79001234568@c.us",
"79001234569@c.us"
]
}
curl --location -g --request POST '/waInstance{{idInstance}}/createGroup/{{apiTokenInstance}}' \
--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"
}