Create a new WhatsApp group with specified participants.
curl --request POST \
--url https://api.example.com/group/create/my-instance \
--header 'apikey: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"subject": "Project Team",
"participants": [
"5511999999999",
"5511888888888",
"5511777777777"
],
"description": "Team collaboration group",
"promoteParticipants": false
}'
{
"groupJid": "120363123456789@g.us",
"subject": "Project Team",
"participants": [
{
"id": "5511999999999@s.whatsapp.net",
"isAdmin": false,
"isSuperAdmin": false
},
{
"id": "5511888888888@s.whatsapp.net",
"isAdmin": false,
"isSuperAdmin": false
},
{
"id": "5511777777777@s.whatsapp.net",
"isAdmin": false,
"isSuperAdmin": false
}
],
"createdAt": 1709553600
}
Documentation Index
Fetch the complete documentation index at: https://mintlify.com/EvolutionAPI/evolution-api/llms.txt
Use this file to discover all available pages before exploring further.
apikey header.
120363123456789@g.us).curl --request POST \
--url https://api.example.com/group/create/my-instance \
--header 'apikey: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"subject": "Project Team",
"participants": [
"5511999999999",
"5511888888888",
"5511777777777"
],
"description": "Team collaboration group",
"promoteParticipants": false
}'
{
"groupJid": "120363123456789@g.us",
"subject": "Project Team",
"participants": [
{
"id": "5511999999999@s.whatsapp.net",
"isAdmin": false,
"isSuperAdmin": false
},
{
"id": "5511888888888@s.whatsapp.net",
"isAdmin": false,
"isSuperAdmin": false
},
{
"id": "5511777777777@s.whatsapp.net",
"isAdmin": false,
"isSuperAdmin": false
}
],
"createdAt": 1709553600
}
curl --request POST \
--url https://api.example.com/group/create/my-instance \
--header 'apikey: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"subject": "Project Team",
"participants": [
"5511999999999",
"5511888888888",
"5511777777777"
],
"description": "Team collaboration group",
"promoteParticipants": false
}'
{
"groupJid": "120363123456789@g.us",
"subject": "Project Team",
"participants": [
{
"id": "5511999999999@s.whatsapp.net",
"isAdmin": false,
"isSuperAdmin": false
},
{
"id": "5511888888888@s.whatsapp.net",
"isAdmin": false,
"isSuperAdmin": false
},
{
"id": "5511777777777@s.whatsapp.net",
"isAdmin": false,
"isSuperAdmin": false
}
],
"createdAt": 1709553600
}