Actions29
- Device Actions
- Group Actions
- Message Actions
- QR Code Actions
- Utility Actions
Overview
This node interacts with the Wanesia WhatsApp API to manage WhatsApp groups, specifically allowing the addition of members to a group. It is useful for automating group management tasks such as adding multiple members to a WhatsApp group by providing their phone numbers. For example, a user can add several contacts to a group by specifying their numbers in a comma-separated list along with the group ID and a valid device token.
Use Case Examples
- Add multiple members to a WhatsApp group by specifying the group ID, a device token, and a comma-separated list of member phone numbers.
- Automate group member management in WhatsApp for marketing or community engagement purposes.
Properties
| Name | Meaning |
|---|---|
| Token | The device token for Wanesia, required for authentication with the Wanesia WhatsApp API. |
| Member Numbers | Comma-separated list of WhatsApp numbers to be added as members to the group. |
| Group ID | The unique identifier of the WhatsApp group to which members will be added. |
Output
JSON
json- The JSON response from the Wanesia WhatsApp API after attempting to add members to the group, which may include success or error details.
Dependencies
- Wanesia WhatsApp API
Troubleshooting
- Ensure the device token is valid and has the necessary permissions to modify the group.
- Verify that the group ID is correct and corresponds to an existing WhatsApp group.
- Check that the member numbers are formatted correctly as a comma-separated list with country codes.
- Common errors may include authentication failures due to invalid tokens, invalid group IDs, or improperly formatted member numbers. Resolving these involves verifying credentials, group existence, and input formatting.
Links
- Wanesia WhatsApp API Documentation - Official documentation for the Wanesia WhatsApp API used by this node.