Wanesia WhatsApp

Interact with Wanesia WhatsApp API

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

  1. Check the connection status of a WhatsApp device to verify if it is online before sending messages.
  2. 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

Discussion