Create a new WhatsApp group.
POST/group/create/:instanceName
Create a new WhatsApp group.
Request
Path Parameters
- required
instanceName stringrequired
Example: codechat
- application/json
Body
required
- required - The name of the group.
- optional - A brief description or summary of the group.
- required - List of participant phone numbers.
subject string
description string
participants string[]
Responses
- 200
Successful response
- application/json
- Schema
Schema
- any
Loading...