Actions29
- Device Actions
- Group Actions
- Message Actions
- QR Code Actions
- Utility Actions
Overview
This node interacts with the Wanesia WhatsApp API to perform various operations related to WhatsApp devices, groups, messages, QR codes, and utilities. Specifically, the 'Unpair' operation under the 'Device' resource allows users to unpair a device from the Wanesia WhatsApp service using a device token. This is useful for managing device connections and ensuring that a device is no longer linked to the service.
Use Case Examples
- Unpair a device by providing its token to disconnect it from the Wanesia WhatsApp service.
- Manage WhatsApp devices by creating, deleting, reloading, or checking status alongside unpairing.
Properties
| Name | Meaning |
|---|---|
| Token | Token perangkat Wanesia (device token obtained from the device menu) used to identify the device to unpair. |
Output
JSON
*- Response from the Wanesia API for the unpair operation, typically confirmation or status of the unpairing process.
Dependencies
- Wanesia WhatsApp API
Troubleshooting
- Ensure the provided token is valid and corresponds to an active device; invalid tokens will cause API errors.
- Network or API connectivity issues may cause request failures; verify network access and API availability.
- If the node throws errors about missing parameters, confirm that the 'Token' field is correctly set and not empty.
Links
- Wanesia WhatsApp API Documentation - Official API documentation for Wanesia WhatsApp service, useful for understanding request and response formats.