Actions29
- Device Actions
- Group Actions
- Message Actions
- QR Code Actions
- Utility Actions
Overview
This node integrates with the Wanesia WhatsApp API to send SMS messages. It allows users to send SMS by providing a recipient's phone number, message content, and an access key for authentication. This node is useful for automating SMS notifications, alerts, or marketing messages through WhatsApp's SMS gateway.
Use Case Examples
- Send an SMS notification to a customer when their order status changes.
- Automate sending promotional SMS messages to a list of phone numbers.
- Send SMS alerts to a team when a critical system event occurs.
Properties
| Name | Meaning |
|---|---|
| Number | The recipient's WhatsApp number with country code (e.g., 6281234567890). This is the phone number to which the SMS will be sent. |
| Message | The content of the SMS message to be sent to the recipient. |
| Access Key | The access key from the user's profile used for authenticating the SMS sending request with the Wanesia API. |
Output
JSON
json- The JSON response from the Wanesia API after attempting to send the SMS, which may include success confirmation or error details.
Dependencies
- Requires access to the Wanesia WhatsApp API and an access key credential for authentication.
Troubleshooting
- Ensure the access key is valid and has the necessary permissions to send SMS.
- Verify the phone number format includes the country code and is registered on WhatsApp.
- Check for network connectivity issues that might prevent API requests from succeeding.
- Common error messages may include authentication failures, invalid phone numbers, or API rate limits. Verify credentials and input data to resolve these.