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 and perform related operations. Specifically, the 'Send Express' operation under the 'Message' resource allows users to send express messages quickly to a specified WhatsApp number using a device token. This is useful for automating WhatsApp communications such as sending quick notifications or alerts.
Use Case Examples
- Sending an express message to a customer with a quick update or alert.
- Automating WhatsApp notifications for order status or appointment reminders.
Properties
| Name | Meaning |
|---|---|
| Token | The Wanesia device token used for authentication, obtained from the device menu. |
| Number | The recipient's WhatsApp number including country code (e.g., 6281234567890). |
| Message | The content of the express message to be sent. |
| WhatsApp Message ID | Optional WhatsApp message ID used for quoting or reacting to a specific message. |
Output
JSON
status- The status of the message sending operation returned by the API.messageId- The ID of the sent WhatsApp message, if available.error- Error message if the sending operation failed.
Dependencies
- Requires a valid Wanesia device token for API authentication.
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 the WhatsApp Message ID is used, ensure it corresponds to a valid message for quoting or reaction.
- Common errors include authentication failures, invalid number format, or API request limits being exceeded.
Links
- Wanesia WhatsApp API Documentation - Official documentation for the Wanesia WhatsApp API endpoints and usage.