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. It supports sending text messages, express messages, images, documents, audio, video, links, locations, reactions, and SMS. Users provide a device token, recipient number, message content, and optional scheduling parameters (date and time) to send messages immediately or at a scheduled time. This node is useful for automating WhatsApp communications in workflows, such as sending notifications, marketing messages, or customer support responses.
Use Case Examples
- Send a text message to a WhatsApp number immediately.
- Schedule an image message to be sent at a specific date and time.
- Send a reaction emoji to a specific WhatsApp message ID.
Properties
| Name | Meaning |
|---|---|
| Token | Token of the Wanesia device used to authenticate API requests. |
| Number | Recipient's WhatsApp number with country code (e.g., 6281234567890). |
| Message | Content of the text message to send. |
| 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 sending the message.number- The recipient WhatsApp number.message- The content of the sent message.date- Scheduled date for sending the message, if provided.time- Scheduled time for sending the message, if provided.response- The API response from the Wanesia WhatsApp service after sending the message.
Dependencies
- Wanesia WhatsApp API
Troubleshooting
- Ensure the device token is valid and active; invalid tokens will cause authentication errors.
- Verify the recipient number format includes the country code without spaces or special characters.
- If scheduling messages, ensure the date and time are in the correct format and represent a valid future time.
- Check network connectivity and API endpoint availability if requests fail.
- Error messages from the API typically indicate missing required parameters or invalid values; review the error details to correct input data.
Links
- Wanesia WhatsApp API Documentation - Official API documentation for Wanesia WhatsApp service used by this node.