Group Messaging API (⚡️Beta)
The group messaging API is in beta testing.
Group Messaging API is a beta feature of WhatsApp Business API that lets you create group chats and exchange messages with multiple participants via API.
The feature extends standard 1:1 WhatsApp conversations and is intended for limited group interaction scenarios.
Access requirements
To use Group Messaging API, the following conditions must be met:
The WhatsApp Business account has Official Business Account (OBA) status.
Business-initiated message limit: at least 100,000 messages per 24 hours. You can check your limit using the /status method.
Creating and joining groups
Beta version limitations
Group limitations
Maximum participants per group: up to 8
Maximum groups per phone number: up to 10,000
Supported message types:
Text messages
Media messages
Template messages (text / media templates)
Support
Group Messaging API is in beta. The feature is not recommended for business-critical processes.
If you encounter errors or unstable behavior with Group Messaging API — contact support.
Groups API methods (1msg.io)
The Groups section contains methods for managing group chats. All methods work via API and allow you to create, update, view, and delete groups, as well as manage participants and invite links.
Documentation:
Summary of methods:
Create a Group: Creates a new group. Returns the ID of the created group and other metadata.
Get Groups List: Returns a list of all groups created on the current channel.
Get Group Info: Retrieves detailed information about a specific group by its ID.
Update Group: Updates parameters of an existing group (e.g. name, description).
Delete Group: Deletes a group.
Get Invite Link: Returns the current invite link for the group (for inviting participants).
Reset Invite Link: Generates a new invite link for the group, replacing the old one. Useful for invalidating previous invites.
Remove Participants: Removes one or more participants from the group.
Last updated