Actions21
- Message Actions
- Group Actions
- Chat Actions
- Contact Actions
Overview
This node interacts with WhatsApp groups via the Green API Enhanced integration. Specifically, the 'Get Group Data' operation retrieves detailed information about a specified WhatsApp group using its Group ID. This is useful for scenarios where you need to fetch current group details such as participants, group name, or other metadata for automation, monitoring, or reporting purposes.
Use Case Examples
- Retrieve information about a WhatsApp group to display its current participants and settings in a dashboard.
- Use the group data to verify group membership before sending targeted messages or performing administrative actions.
Properties
| Name | Meaning |
|---|---|
| Group ID | The unique identifier of the WhatsApp group to perform the action on. This is required to specify which group's data to retrieve. |
Output
JSON
result- The JSON object containing the retrieved group data, including details such as group name, participants, and other metadata.
Dependencies
- Requires Green API credentials including an instance ID and API token for authentication.
Troubleshooting
- Common issues include providing an invalid or incorrectly formatted Group ID, which will result in errors when attempting to fetch group data.
- Errors related to authentication failures due to incorrect or expired API credentials.
- Network or API service issues that may cause request failures. Retrying or checking API status is recommended.
Links
- Green API Documentation - Official documentation for Green API, useful for understanding API capabilities and requirements.