Skip to main content
POST

Overview

You can create a new WhatsApp group with a subject (name) and add initial participants. Optionally, you can set a description and automatically promote specific participants to admin status.
All phone numbers should be in international format without the ’+’ sign (e.g., 5511999999999).

Authentication

This endpoint requires authentication via the apikey header.
string
required
Your Evolution API key for authentication.

Path Parameters

string
required
The name of your WhatsApp instance.

Request Body

string
required
The name of the group (maximum 25 characters).
string[]
required
Array of participant phone numbers in international format (e.g., [“5511999999999”, “5511888888888”]).
string
Optional group description.
boolean
default:"false"
If true, all participants will be promoted to admin status upon group creation.

Response

string
The WhatsApp JID of the newly created group (format: 120363123456789@g.us).
string
The group name.
array
Array of participant objects.
number
Unix timestamp of when the group was created.

Usage Notes

WhatsApp requires at least one participant (besides the creator) to create a group.
Invalid phone numbers or numbers not registered on WhatsApp will be silently skipped during group creation.
The instance owner is automatically added as the group creator and super admin.