post https://waapi.app/api/v1/instances//client/action/create-group
Creates a new WhatsApp group with specified name and participants
Log in to see full request history
Response
Creates a new WhatsApp group with specified name and participants
xxxxxxxxxx
curl --request POST \
--url https://waapi.app/api/v1/instances/id/client/action/create-group \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
16{
"status": "success",
"data": {
"gid": {
"server": "g.us",
"user": "123456789123456789",
"_serialized": "123456789123456789@g.us"
},
"missingParticipants": [
"123456789@c.us"
]
},
"links": {
"self": "https://waapi.app/api/v1/instances/1/client/action/create-group"
}
}