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, for the Device resource with the Get Info operation, it retrieves account and device information using a provided device token and optionally a username. This is useful for monitoring device status, managing WhatsApp integrations, or fetching device details programmatically.
Use Case Examples
- Retrieve detailed information about a specific WhatsApp device using its token to monitor its status or configuration.
- Use the device info to verify device connectivity or user association in automated workflows.
Properties
| Name | Meaning |
|---|---|
| Token | The Wanesia device token used to authenticate and identify the device for which information is requested. |
| Username | Optional Wanesia username associated with the device to further specify the account context for the info request. |
Output
JSON
deviceInfo- The JSON response containing detailed information about the device and account retrieved from the Wanesia API.
Dependencies
- Wanesia WhatsApp API
Troubleshooting
- Ensure the provided device token is valid and active; invalid tokens will cause authentication errors.
- If the username is provided, verify it matches the device's registered username to avoid mismatched data.
- Network issues or API downtime may cause request failures; check connectivity and API status.
- Error messages from the API typically indicate missing or incorrect parameters; verify all required inputs are correctly set.
Links
- Wanesia WhatsApp API Documentation - Official API documentation for Wanesia WhatsApp services, detailing endpoints and usage.