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 and 'Get Status' operation, it retrieves the connection status of a specified WhatsApp device using a device token. This is useful for monitoring device connectivity and ensuring the device is online and ready to send or receive messages.
Use Case Examples
- Check the connection status of a WhatsApp device to verify if it is online before sending messages.
- Monitor device status in an automated workflow to trigger alerts or actions if the device goes offline.
Properties
| Name | Meaning |
|---|---|
| Token | The device token obtained from the Wanesia device menu, used to authenticate and identify the device for status retrieval. |
Output
JSON
status- The connection status of the WhatsApp device, indicating if it is online or offline.lastSeen- Timestamp or information about the last time the device was active or connected.deviceInfo- Additional details about the device such as device ID, name, or other metadata returned by the API.
Dependencies
- Wanesia WhatsApp API
Troubleshooting
- Ensure the provided device token is correct and active; an invalid or expired token will cause authentication errors.
- If the device is offline or unresponsive, the status returned may indicate disconnection or failure to retrieve status.
- Network issues or API downtime can cause request failures; verify network connectivity and API service status.
Links
- Wanesia WhatsApp API Documentation - Official documentation for the Wanesia WhatsApp API, including device management and status endpoints.