Actions50
- Event Actions
- Message Actions
- Instance Actions
- Group Actions
- Community Actions
- Contact Actions
- Chat Actions
- Profile Actions
Overview
This node operation adds participants to a specified WhatsApp group using the Z-API service. It is useful for automating group management tasks such as inviting multiple phone numbers to join a group chat. For example, a user can input a group ID and a list of phone numbers to add those contacts to the group automatically.
Use Case Examples
- Adding multiple participants to a WhatsApp group by providing the group ID and a comma-separated list of phone numbers.
- Automating group membership updates in a customer support or community group.
Properties
| Name | Meaning |
|---|---|
| Group ID | The unique identifier of the WhatsApp group to which participants will be added. |
| Participants | Comma-separated phone numbers of the participants to add to the group. |
Output
JSON
json- The JSON response from the Z-API service after attempting to add participants to the group, typically including success or error details.
Dependencies
- Z-API service for WhatsApp interaction
Troubleshooting
- Ensure the Group ID is correct and the bot or API user has permission to add participants to the group.
- Verify that the phone numbers are correctly formatted and separated by commas without extra spaces.
- Check API credentials and connectivity to the Z-API service if requests fail.
- Common errors may include invalid group ID, unauthorized access, or invalid phone numbers. Resolving these involves verifying input data and API permissions.
Links
- Z-API Official Website - Official documentation and resources for the Z-API WhatsApp API service used by this node.