Group
Create Group
Through this endpoint, users can create new WhatsApp groups directly using the API. This feature eliminates the need for manual group creation through the WhatsApp interface, providing developers with a streamlined way to programmatically generate groups. Users can specify parameters such as the group name and initial participants when making the request, allowing for flexible group creation. This is particularly valuable for apps or services that need to dynamically create and manage groups on behalf of their users, such as customer support teams, community platforms, or event organizers.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200
application/json
CreateGroupResource
The response is of type object
.