v1
latestOpenAPI 3.0.02026-07-2411724301.7 KBGroups
Create Group
The Create Group API allows you to create WhatsApp groups under a given WhatsApp Business number. The API supports both auto_approval and approval_required modes for adding participants to the created WhatsApp group.
post/v2/{sid}/whatsapp/{fromNumber}/groups
Path parameters
sidstring required
Account SID (Security Identifier).
fromNumberstring required
WhatsApp business number in format 91xxxxxxxxxx
Request body
Example request
{
"messaging_product": "whatsapp"
}Response
Group created successfully
Example response
{
"code": "WA200",
"message": "Request Processed Successfully",
"data": {
"messaging_product": "whatsapp",
"request_id": "string"
},
"error": {}
}