Actions90
- Sessions Actions
- Messages - Sending Actions
- Chats Actions
- Messages - Actions Actions
- Groups Actions
- List Groups
- Group Info
- Get Invite Link
- Revoke Invite Link
- Join via Link
- Preview via Link
- Create Group
- Delete Group
- Update Group Description
- Toggle Announcement Mode
- List Participants
- Add Participants
- Remove Participants
- Demote Participants
- Approve Join Request
- Reject Join Request
- List Join Requests
- Get Group Picture
- Set Group Picture
- Delete Group Picture
- Leave Group
- Update Group Name
- Lock Group Edits
- Promote Participants
- Profile Actions
- Server Actions
- Miscellaneous Actions
Overview
This node operation lists all groups associated with a specified WhatsApp session using the WARest WhatsApp REST API. It is useful for retrieving an overview of all groups a user is part of, enabling further group management or analysis within an automation workflow.
Use Case Examples
- Retrieve all WhatsApp groups for a given session to display or process group data.
- Use the list of groups to automate messaging or participant management tasks in WhatsApp groups.
Properties
| Name | Meaning |
|---|---|
| Session | The WhatsApp session identifier to use for the API call. This can be selected from a list of existing sessions or entered manually. |
Output
JSON
json- An array of group objects representing the groups associated with the specified session.
Dependencies
- Requires an API key credential for the WARest WhatsApp REST API and the base URL of the API server.
Troubleshooting
- Ensure the session ID is valid and active; an invalid or expired session will cause the API call to fail.
- Check that the API credentials (API key and base URL) are correctly configured and have the necessary permissions.
- If the operation is not implemented error occurs, verify that the resource is set to 'Groups' and operation to 'List Groups'.
- Network connectivity issues to the WARest API server can cause request failures.
Links
- WARest GitHub Repository - Official repository for the WARest WhatsApp REST API, providing documentation and usage details.
