Actions29
- Device Actions
- Group Actions
- Message Actions
- QR Code Actions
- Utility Actions
Overview
This node integrates with the Wanesia WhatsApp API to send various types of WhatsApp messages, including links, to specified phone numbers. It supports scheduling messages for future delivery by specifying date and time. This node is useful for automating WhatsApp communications such as sending promotional links, notifications, or updates directly to users' WhatsApp accounts.
Use Case Examples
- Sending a promotional link to a customer with an option to schedule the message for a later date and time.
- Automating the delivery of important URLs to a list of WhatsApp contacts immediately or at a scheduled time.
Properties
| Name | Meaning |
|---|---|
| Token | Authentication token for the Wanesia device, required to authorize API requests. |
| Number | Target WhatsApp number including country code to which the link will be sent. |
| Link URL | The URL link that will be sent as a message to the specified WhatsApp number. |
| Date | Optional scheduled date for sending the message in YYYY-MM-DD format. Leave empty for immediate sending. |
| Time | Optional scheduled time for sending the message in HH:MM:SS format. Leave empty for immediate sending. |
Output
JSON
token- The device token used for authentication in the request.number- The WhatsApp number to which the link was sent.link- The URL link sent in the message.date- Scheduled date for sending the message, if specified.time- Scheduled time for sending the message, if specified.response- The API response from the Wanesia WhatsApp service after sending the link.
Dependencies
- Wanesia WhatsApp API
Troubleshooting
- Ensure the token is valid and corresponds to an active Wanesia device; invalid tokens will cause authentication errors.
- Verify the phone number format includes the country code without spaces or special characters to avoid delivery failures.
- Check that the link URL is properly formatted and accessible; malformed URLs may cause the API to reject the request.
- If scheduling is used, ensure the date and time are in the correct format and represent a valid future time.
- Network or API downtime may cause request failures; retry or check Wanesia service status if errors persist.
Links
- Wanesia WhatsApp API Documentation - Official documentation for the Wanesia WhatsApp API used by this node.