Use Cases
Community Management
Automatically create and manage community groups. Add members, set admins, and enforce group rules programmatically.
Team Coordination
Spin up project-specific groups on demand. Auto-add team members and post updates from your project management tools.
Customer Segments
Create groups for customer cohorts — beta testers, VIP customers, regional contacts. Broadcast updates to targeted segments.
Event Coordination
Auto-create groups for events, add registered attendees, share schedules, and archive groups after the event ends.
Code Examples
// Copy, paste, ship
curl -X POST https://api.wsapi.chat/group/create \
-H "x-api-key: your-api-key" \
-H "x-instance-id: your-instance-id" \
-H "Content-Type: application/json" \
-d '{
"name": "Project Alpha Team",
"participants": ["1234567890", "0987654321"]
}'Key Features
Create & Delete Groups
Programmatically create groups with a name and participant list, or archive when done
Member Management
Add, remove, promote, and demote participants via API
Group Settings
Update name, description, and profile picture. Control who can send messages or edit info
Group Messaging
Send text, media, and documents to groups using the same message API
Participant Queries
List all members and their roles (admin/member) for any group
Event Webhooks
Receive group.join, group.leave, and group.update events in real time
Frequently Asked Questions
Explore more
Multi-Account WhatsApp API
Connect 1 to 100+ WhatsApp accounts under a single API. Route messages across in...
WhatsApp Webhook API
Receive instant notifications for incoming messages, delivery receipts, presence...
WhatsApp Chatbot API
Build conversational WhatsApp bots with a clean REST API. Handle text, buttons, ...