GET/features/group-management200OK

WhatsApp Group API

// Full programmatic control over WhatsApp groups. Create groups, manage members, update settings, and monitor activity — all through a simple REST API.

No credit card required · 14-day free trial
GET/features/group-management/use-cases200OK

Use Cases

use-case/community-management.ts
ready

Community Management

Automatically create and manage community groups. Add members, set admins, and enforce group rules programmatically.

use-case/team-coordination.ts
ready

Team Coordination

Spin up project-specific groups on demand. Auto-add team members and post updates from your project management tools.

use-case/customer-segments.ts
ready

Customer Segments

Create groups for customer cohorts — beta testers, VIP customers, regional contacts. Broadcast updates to targeted segments.

use-case/event-coordination.ts
ready

Event Coordination

Auto-create groups for events, add registered attendees, share schedules, and archive groups after the event ends.

POST/features/group-management/example200OK

Code Examples

// Copy, paste, ship

create-group.sh
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

GET/features/group-management/faq200OK

Frequently Asked Questions

$ wsapi cloud --start

Get started today

// Start a 14-day free trial with no credit card required

Explore more