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 messaging, groups, devices, QR codes, and utility functions. Specifically, for the 'QR Code' resource with the 'Get QR Code' operation, it retrieves the QR code in base64 format for a given Wanesia device token. This is useful for scenarios where you need to programmatically obtain the WhatsApp QR code for device authentication or integration purposes.
Use Case Examples
- Automatically fetch the WhatsApp QR code for a device to display it in a custom dashboard.
- Use the QR code to authenticate a WhatsApp device session in an automated workflow.
Properties
| Name | Meaning |
|---|---|
| Token | The Wanesia device token used to authenticate and identify the device for which the QR code is requested. |
Output
JSON
base64- The QR code image encoded in base64 format.
Dependencies
- Wanesia WhatsApp API
Troubleshooting
- Ensure the provided token is valid and active; invalid tokens will cause authentication errors.
- Network issues or API downtime may prevent successful retrieval of the QR code.
- If the QR code is not returned, verify that the device associated with the token is properly set up and connected.
Links
- Wanesia WhatsApp API - Official website and documentation for the Wanesia WhatsApp API.