# Get started with Groups API | Developer Documentation

<div id="bkmrk-get-started-with-gro">## Get started with Groups API

<div><span>Updated: Nov 14, 2025</span></div><div><span></span><div>**Eligibility for Groups API**</div><div>To qualify for groups features, your business must be an [Official Business Account (OBA)](/books/meta-whatsapp/page/official-business-accounts-developer-documentation)</div></div><div id="bkmrk-overview"><div id="bkmrk-overview-1"><div>### Overview

</div></div></div><div>Groups on are invite-only, meaning that potential group participants are ultimately in control of wether they want to join the group or not.</div><div>When you create a group, a unique invite link that is generated which you can share to potential group participants. This link includes information about the group, enabling users to make an informed decision about wether or not they want to join the group.</div><div>Once a user joins the group, a webhook is triggered, signaling that you are now eligible to send messages to the group.</div><div>For a complete overview of available features, see the [Groups API Features](/books/meta-whatsapp/page/get-started-with-groups-api-developer-documentation) below.</div><div id="bkmrk-how-to-start-using-g"><div id="bkmrk-how-to-start-using-g-1"><div>### How to start using groups

</div></div></div><div id="bkmrk-prerequisites"><div id="bkmrk-prerequisites-1"><div>#### Prerequisites

</div></div></div><div>Before you get started with the Groups API, ensure that:</div>
<span>Your business number is in use with Cloud API (not the WhatsApp Business app).</span><span>Your webhook server is set up for use with Cloud API.</span><span>Your app is subscribed to the following groups webhook fields: </span>
<span>`group_lifecycle_update`</span><span>`group_participants_update`</span><span>`group_settings_update`</span><span>`group_status_update`</span><span>Your app is subscribed to the WhatsApp Business Account of your business phone number.</span><span>Your app has the `whatsapp_business_messaging` permission for the business number.</span><div id="bkmrk-step-2%3A-create-a-gro"><div id="bkmrk-step-2%3A-create-a-gro-1"><div>#### Step 2: Create a group

</div></div></div><div>Use the [Create Group endpoint](/books/meta-whatsapp/page/groups-api-developer-documentation) 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](/books/meta-whatsapp/page/group-messages-webhook-reference-developer-documentation) will be returned. This webhook will include a `invite_link` field with the invite link that you can now share with potential group participants.</div><div id="bkmrk-step-3%3A-invite-whats"><div id="bkmrk-step-3%3A-invite-whats-1"><div>#### Step 3: Invite WhatsApp users to the group

</div></div></div><div id="bkmrk-3.1-add-a-group-invi"><div id="bkmrk-3.1-add-a-group-invi-1"><div>##### 3.1 Add a group invite link template in [Template Library<span>⁠</span>](https://business.facebook.com/wa/manage/template-library) to your account templates:

</div></div></div>
<span>Navigate to [Template Library<span>⁠</span>](https://business.facebook.com/wa/manage/template-library)</span><span>On the left, click the **Group invite link** dropdown, then click the **Group invite upon request** checkbox.</span><span>Select the template you want to use, give it a name, and click **Submit**</span><div id="bkmrk-3.2-send-the-invite-"><div id="bkmrk-3.2-send-the-invite--1"><div>##### 3.2 Send the invite link to potential group participants

</div></div></div><div>Once the template has been approved, use the template to invite members to the group using the invite link provided in the webhook from Step 2.</div><div>You can follow the instructions in the [Send Group Invite Link Template Message reference](/books/meta-whatsapp/page/groups-api-developer-documentation) to send the invite link with the template you just added to your account.</div><div id="bkmrk-3.3-notification-of-"><div id="bkmrk-3.3-notification-of--1"><div>##### 3.3 Notification of when participants join the group

</div></div></div><div>When a participant joins, a [`group_participants_update` webhook for a group participant joining webhook](/books/meta-whatsapp/page/group-messages-webhook-reference-developer-documentation) will be triggered.</div><div id="bkmrk-step-4%3A-send-and-rec"><div id="bkmrk-step-4%3A-send-and-rec-1"><div>#### Step 4: Send and receive messages

</div></div></div><div>You can now use the [Cloud API send message endpoint](/books/meta-whatsapp/page/group-messaging-developer-documentation) to send messages to the group.</div><div>[Sent, delivered, and read status webhooks](/books/meta-whatsapp/page/group-messages-webhook-reference-developer-documentation) will be triggered when there are updates in the group. Replies from participants will also trigger webhooks.</div><div>[Learn more about how to send and receive group messages](/books/meta-whatsapp/page/group-messaging-developer-documentation)</div><div id="bkmrk-features"><div id="bkmrk-features-1"><div>### Features

</div></div></div><div>To learn more about all the features available in groups:</div>
<span>Visit the [Group Management reference](/books/meta-whatsapp/page/groups-api-developer-documentation) to learn more about features available for managing groups.</span><span>Visit the [Group Messaging reference](/books/meta-whatsapp/page/group-messaging-developer-documentation) to understand sending, receiving, and other messaging functions in groups.</span></div>