Skip to main content

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:
The API looks up the group name from the WhatsApp backend and stores it with the message record, so message history displays “Super Group” instead of the raw JID.

Supported Message Types

TypeEndpointSupported
TextPOST /groups/send
ImagePOST /groups/send/media
VideoPOST /groups/send/media
VoicePOST /groups/send/media
DocumentPOST /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:
Get or use invite links:

Message History

Messages sent to groups include group metadata in the response:
FieldDescription
chat_typeindividual or group
group_jidThe group’s WhatsApp JID
group_nameHuman-readable group name (looked up at send time)