Skip to main content
POST
Create Group
Auth: TokenAccount or TokenInstanceRate-limit: Global (100/min) • Idempotent: no

Description

Creates a WhatsApp group and optionally links it to an existing community (communityJid). You can set the name, description, picture, and initial permissions (groupSettings) in the same call. The picture and description are applied in subsequent calls after the group is created.

Examples

Minimum

Creates a “Dev Team” group with 2 initial participants (5511999999999, 5521988888888), with no description, picture, community, or custom permissions.

With description and picture

Creates the group with the description “Technical discussions” and a picture from a public URL. Description and image are applied in subsequent calls after the group is created.

With permissions

Creates an “Announcements” group with initial restrictions: only admins can send messages (membersCanSendMessages: false) and new joins require approval (requireAdminApproval: true).

Linked to a community

Creates the “General Subgroup” already linked to the community 120363406289005073@g.us via communityJid, avoiding the extra step of calling /community/link after creation.

Success response

The response includes the freshly created group.jid (use it as the identifier in subsequent calls), the inviteCode and inviteLink ready to share, and the participants list already flagged with isAdmin/isSuperAdmin. The creator joins automatically as super-admin. The groupSettings fields reflect the initial permissions (defaults or whatever you sent).
200 OK

Path parameters

string
required
Instance name (e.g., $Instance_Name).

Headers

string
required
TokenAccount or TokenInstance.
string
required
application/json

Request body

string
required
Group name. Max 25 characters.
string[]
required
List of numbers (5511999999999) or JIDs (5511999999999@s.whatsapp.net). At least 1 item.
string
Group description (topic). Applied via SetGroupTopic after creation.
string
Public URL or base64 data URI. The image is converted to JPEG.
string
Creates the group already linked to a community (parent group).
object
Initial permissions. Subfields: membersCanEditInfo, membersCanSendMessages, membersCanAddOthers, requireAdminApproval.

Notes

  • The group creator joins automatically as super-admin.
  • Invalid numbers (not registered on WhatsApp) are rejected; the error indicates which participant failed.
  • If image is provided and the upload fails, group creation continues normally, the image error is not fatal on this route. Use PUT /update to reapply the picture.

Errors

Envelope: