Actions29
- Device Actions
- Group Actions
- Message Actions
- QR Code Actions
- Utility Actions
Overview
This node interacts with the Wanesia WhatsApp API to create a new device. It is useful for automating the provisioning of WhatsApp devices with specific user credentials, package types, sender names, webhook URLs, and auto-renewal settings. For example, it can be used to programmatically register a new WhatsApp device for messaging campaigns or customer support automation.
Use Case Examples
- Creating a new WhatsApp device with a specified package and sender name.
- Setting up a webhook URL to receive incoming messages automatically.
- Enabling or disabling auto-renewal for the device subscription.
Properties
| Name | Meaning |
|---|---|
| Username | Your Wanesia username used for device creation. |
| Password | Your Wanesia password used for device creation. |
| Package | The package type for the device subscription, such as Essential, Starter, Pro, Ultimate, Trial, or JIBAS 1 Year. |
| Sender | The sender name to be used for the device. |
| Webhook URL | Webhook URL for receiving messages; use '-' if none. |
| Auto Renewal | Boolean flag to enable or disable auto renewal of the device subscription. |
Output
JSON
deviceId- Identifier of the created device.status- Status of the device creation request.message- Additional message or information from the API response.
Dependencies
- Wanesia WhatsApp API
Troubleshooting
- Ensure that Username, Password, Package, and Sender are provided; missing any of these will cause an error.
- Check that the webhook URL is valid or use '-' if no webhook is needed.
- Verify that the package value corresponds to one of the allowed options.
- API authentication errors may occur if credentials are incorrect or expired.
Links
- Wanesia WhatsApp API Documentation - Official API documentation for Wanesia WhatsApp services.