Actions29
- Device Actions
- Group Actions
- Message Actions
- QR Code Actions
- Utility Actions
Overview
This node interacts with the Wanesia WhatsApp API to perform various utility operations related to WhatsApp numbers. Specifically, the 'Get Profile Picture' operation retrieves the profile picture of a specified WhatsApp number using a device token for authentication. This is useful for applications that need to display or process WhatsApp user profile images, such as customer support dashboards or contact management systems.
Use Case Examples
- Retrieve the profile picture of a WhatsApp contact by providing the device token and the contact's phone number with country code.
- Use the node to verify and display profile pictures in a CRM system integrated with WhatsApp communications.
Properties
| Name | Meaning |
|---|---|
| Token | The device token for Wanesia, used for authenticating API requests. |
| Number | The WhatsApp number with country code for which the profile picture is requested. |
Output
JSON
profilePicUrl- URL or data of the retrieved WhatsApp profile picture
Dependencies
- Wanesia WhatsApp API
Troubleshooting
- Ensure the provided token is valid and active; invalid tokens will cause authentication errors.
- The WhatsApp number must include the country code and be registered on WhatsApp; otherwise, the profile picture retrieval will fail.
- Network issues or API downtime can cause request failures; verify connectivity and API status.
Links
- Wanesia WhatsApp API Documentation - Official documentation for the Wanesia WhatsApp API endpoints and usage.