Skip to main content

Create a new WhatsApp group.

POST 

/group/create/:instanceName

Create a new WhatsApp group.

Request

Path Parameters

    instanceName stringrequired
    • required
    Example: codechat

Body

required
    subject string
    • required - The name of the group.
    description string
    • optional - A brief description or summary of the group.
    participants string[]
    • required - List of participant phone numbers.

Responses

Successful response

Schema
    any
Loading...