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, the 'Group Create' operation allows users to create a new WhatsApp group by providing a device token, the group name, and a list of member numbers. This is useful for automating group creation in WhatsApp for marketing, community management, or team collaboration purposes.
Use Case Examples
- Create a new WhatsApp group named 'Project Team' with members '6281234567890' and '6289876543210' using a valid Wanesia device token.
- Automate the creation of customer support groups by dynamically adding customer numbers to a new group.
Properties
| Name | Meaning |
|---|---|
| Token | The Wanesia device token used for authentication with the WhatsApp API. |
| Group Name | The name of the WhatsApp group to be created. |
| Member Numbers | Comma-separated list of WhatsApp numbers to be added as members to the new group. |
Output
JSON
groupId- The unique identifier of the newly created WhatsApp group.status- The status or result of the group creation request.message- Additional message or information returned from the API about the group creation.
Dependencies
- Wanesia WhatsApp API
Troubleshooting
- Ensure the provided device token is valid and active; invalid tokens will cause authentication errors.
- Verify that the member numbers are correctly formatted as a comma-separated string with country codes.
- Check API response messages for specific errors such as group name conflicts or member addition failures.
Links
- Wanesia WhatsApp API Documentation - Official documentation for the Wanesia WhatsApp API used by this node.