Group Messaging
The Groups API enables you to programmatically create groups for messaging and collaboration for more complex use cases than 1:1 messaging, expanding the way your business can operate using WhatsApp.
Eligibility for Groups API
To qualify for group features, your business must either:
Overview
Groups are invite-only, meaning that potential group participants are ultimately in control of whether they want to join the group or not.
When you create a group, a unique invite link is generated, which you can share with potential group participants. This link provides information about the group, enabling users to make an informed decision about whether they want to join.
Once a user joins the group, a webhook is triggered, signaling that you are now eligible to send messages to the group.
Limitations
The Calling API is not supported in groups.
Follow below for more features that are not supported:
Pricing
The Groups API uses per-message pricing — the same as the messages sent using the Cloud API.
How to Start Using Groups
Create a group
Use the Create Group endpoint to create a group, providing a subject and an optional description. Once a group has been successfully created, a group_lifecycle_update webhook for successful group creation will be returned. This webhook will include a invite_link field with the invite link that you can now share with potential group participants.
Useful links for Group Management
Creating template
Create a Group Invite Link Template Message
Managing Groups and Members
Invitation Access
Last updated
Was this helpful?