v1

latestOpenAPI 3.0.02026-07-2483164186.3 KB

Create WhatsApp group

Creates a new WhatsApp group on the given WABA number.

post/whatsapp/wa-group/create

Request body

wabaNumberstring required

WABA number on which the group will be created

subjectstring required

Name of the WhatsApp group

descriptionstring

Optional group description

joinApprovalMode'auto_approve' | 'approval_required'
groupIdstring

Your unique group identifier. If omitted, one will be generated for you.

Response

Group creation initiated

successboolean
groupIdstring
wabaNumberstring

WABA number associated with the group

Example response

{
  "success": true,
  "groupId": "wagrp_abc123"
}