Actions50
- Event Actions
- Message Actions
- Instance Actions
- Group Actions
- Community Actions
- Contact Actions
- Chat Actions
- Profile Actions
Overview
This node interacts with the Z-API to retrieve metadata about a specific community in WhatsApp. It is useful for scenarios where you need to fetch detailed information about a community, such as its settings, participants, or other metadata, to manage or analyze community data programmatically.
Use Case Examples
- Fetching metadata of a WhatsApp community to display its details in a dashboard.
- Using community metadata to automate community management tasks based on the retrieved information.
Properties
| Name | Meaning |
|---|---|
| Community ID | The ID of the community for which metadata is to be retrieved. |
Output
JSON
communityMetadata- The metadata information of the specified community returned by the Z-API.
Dependencies
- Requires an API key credential for Z-API to authenticate requests.
Troubleshooting
- Common issues include providing an invalid or missing Community ID, which will result in errors from the API.
- Errors related to authentication failures if the Z-API credential is not set up correctly.
- Network or API availability issues may cause request failures; ensure the API endpoint is reachable.
Links
- Z-API Documentation - Official documentation for Z-API, including community-related API endpoints and usage.