Actions29
- Device Actions
- Group Actions
- Message Actions
- QR Code Actions
- Utility Actions
Overview
This node interacts with the Wanesia WhatsApp API to manage WhatsApp groups and their members. Specifically, the 'Get Members' operation under the 'Group' resource retrieves the list of members in a specified WhatsApp group. This is useful for scenarios where you need to monitor or manage group membership, such as syncing group members with another system or auditing group participants.
Use Case Examples
- Retrieve all members of a WhatsApp group to display in a dashboard.
- Fetch group members to send targeted messages or notifications.
- Audit group membership for compliance or administrative purposes.
Properties
| Name | Meaning |
|---|---|
| Token | Authentication token for the Wanesia device, required to authorize API requests. |
| Group ID | The unique identifier of the WhatsApp group whose members are to be retrieved. |
Output
JSON
members- Array of group members returned by the API, containing details about each member.
Dependencies
- Wanesia WhatsApp API
Troubleshooting
- Ensure the provided token is valid and has not expired, as invalid tokens will cause authentication errors.
- Verify the group ID is correct and the device associated with the token has access to the group.
- Handle API rate limits or network issues that may cause request failures.
Links
- Wanesia WhatsApp API Documentation - Official API documentation for Wanesia WhatsApp, detailing endpoints and usage.