Group
Resources to manage WhatsApp groups
📄️ Create Group
Create a new WhatsApp group. The response may return HTTP 202 if group creation is asynchronous (pending Meta webhook), or HTTP 200 if completed synchronously.
📄️ Get Group
Retrieve details of a specific WhatsApp group including its participants
📄️ List Groups
Retrieve all active WhatsApp groups for the store
📄️ Update Group Settings
Update group subject, description, messaging settings, join approval mode, or photo
📄️ Delete Group
Exit and delete a WhatsApp group
📄️ Invite Members
Send template invitations to phone numbers to join the group. Numbers that are already joined, left, removed, or have a pending invitation will be skipped.
📄️ Remove Participants
Remove specific participants from the group
📄️ Get Invite Link
Retrieve the current invite link for the group
📄️ Reset Invite Link
Revoke the current invite link and generate a new one
📄️ Get Join Requests
Retrieve pending join requests for the group
📄️ Handle Join Requests
Approve or reject pending join requests for the group
📄️ Toggle Auto-Approval
Enable or disable automatic approval of join requests for the group
📄️ Get Invitation Template
Retrieve the default invitation template ID and arguments configured for the group
📄️ Set Invitation Template
Configure the invitation template used when inviting members to the group. Template variables: `{{brand.whatsapp_display_name}}` (store name), `{{group.invite_link}}` (invite link).