Actions64
- Instance Actions
- Message Actions
- Group Actions
- Profile Actions
- Event Actions
- Integration Actions
- Chat Actions
Overview
This node interacts with the Evolution API to perform various operations based on the selected resource and operation. Specifically, for the 'Group' resource and 'Find Participants' operation, it fetches the list of participants in a specified group within an instance. This is useful for scenarios where you need to retrieve group membership details, such as managing group communications or analyzing group participation.
Use Case Examples
- Fetch participants of a specific group in a messaging or collaboration platform to display or process member information.
- Retrieve group participant data for auditing or reporting purposes.
Properties
| Name | Meaning |
|---|---|
| Instance Name | The name of the instance where the group exists, used to identify the correct environment for the API call. |
| Group ID | The unique identifier of the group whose participants are to be fetched. |
Output
JSON
participants- An array or list of participants retrieved from the specified group.
Dependencies
- Requires an API key credential for the Evolution API to authenticate requests.
Troubleshooting
- If the node throws an 'Unsupported operation' error, verify that the resource and operation names are correctly set to 'Group' and 'Find Participants'.
- Ensure the API credentials are correctly configured and have the necessary permissions to access group participant data.
- Check that the 'Instance Name' and 'Group ID' inputs are correctly provided and correspond to valid entities in the Evolution API environment.
Links
- Evolution API Documentation - Official documentation for the Evolution API, providing details on available endpoints and usage.