cURL
Group
Create Group
Create a new WhatsApp group programmatically by specifying the group name and initial participants.
POST
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The Group Name
Required string length:
1 - 25Pattern:
^[\s\S]*[^\s][\s\S]*$Example:
"Group Name"
Maximum array length:
256The Auto-Responder Tag IDs
Maximum array length:
10The Auto-Responder Tag ID
Required string length:
1 - 50Pattern:
^[a-zA-Z0-9\-_]+$Example:
["tag-uuid-1", "tag-uuid-2"]