Connections

Create a new WhatsApp group

post/connections/{phoneNumber}/group-create

Path parameters

phoneNumberstring required
Example:+551234567890

Phone number for connection. Must have + prefix.

Request body

subjectstring required

Group name/subject

participantsstring[] required

Array of participant JIDs to add to the group

Example request

{
  "subject": "My New Group",
  "participants": [
    "551101234567@s.whatsapp.net"
  ]
}

Response

Group created successfully