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 service to remove participants from a specified community on WhatsApp. It is useful for managing community membership by programmatically removing phone numbers from a community, which can help in automating community moderation or membership updates.
Use Case Examples
- Removing multiple participants from a WhatsApp community by providing their phone numbers separated by commas.
- Automating the removal of users from a community based on certain triggers or conditions in a workflow.
Properties
| Name | Meaning |
|---|---|
| Community ID | The unique identifier of the community from which participants will be removed. |
| Participants | Comma-separated phone numbers of the participants to be removed from the community. |
Output
JSON
result- The response from the Z-API service after attempting to remove the specified participants from the community.
Dependencies
- Z-API service for WhatsApp interaction
Troubleshooting
- Ensure the Community ID is correct and corresponds to an existing community.
- Verify that the phone numbers are correctly formatted and separated by commas.
- Check that the API credentials for Z-API are valid and have the necessary permissions to modify community participants.
- Common errors may include invalid community ID, unauthorized access, or malformed participant phone numbers. Resolving these typically involves verifying input parameters and API credentials.
Links
- Z-API Official Website - Official documentation and resources for the Z-API WhatsApp API service used by this node.