WhatsApp Groups
The Groups API lets you manage WhatsApp groups directly through your connected sessions. You can list groups, send messages, manage participants, and configure group settings.Listing Groups
List all WhatsApp groups your session is subscribed to:Sending Messages to Groups
Send text or media messages to a WhatsApp group:Supported Message Types
| Type | Endpoint | Supported |
|---|---|---|
| Text | POST /groups/send | ✅ |
| Image | POST /groups/send/media | ✅ |
| Video | POST /groups/send/media | ✅ |
| Voice | POST /groups/send/media | ✅ |
| Document | POST /groups/send/media | ✅ |
| Template | — | ❌ |
| Interactive | — | ❌ |
| Location | — | ❌ |
| Contact card | — | ❌ |
Group Management
Participants
Add, remove, promote, or demote participants:Group Settings
Update group name, topic, photo, and permissions:Invite Links
Get or use invite links:Message History
Messages sent to groups include group metadata in the response:| Field | Description |
|---|---|
chat_type | individual or group |
group_jid | The group’s WhatsApp JID |
group_name | Human-readable group name (looked up at send time) |