Actions26
- Message Actions
- Group Actions
- Interactive Actions
- Chat Actions
- Instance Actions
Overview
This node interacts with the Uniteds WhatsApp API to manage WhatsApp instances, specifically to request a pairing code for a given phone number and instance ID. It is useful for scenarios where users need to pair a WhatsApp instance with a phone number to enable messaging capabilities through the API. For example, it can be used to initiate the pairing process for a new WhatsApp instance in an automation workflow.
Use Case Examples
- Request a pairing code for a WhatsApp instance by providing the instance ID and the phone number to pair.
- Automate the setup of WhatsApp instances by programmatically requesting pairing codes for multiple phone numbers.
Properties
| Name | Meaning |
|---|---|
| Instance ID | The ID of the WhatsApp instance to be paired. |
| Phone Number | The phone number to pair with the WhatsApp instance. |
Output
JSON
pairingCode- The pairing code returned by the API to pair the WhatsApp instance with the phone number.status- The status of the pairing request.
Dependencies
- Requires an API key credential for the Uniteds WhatsApp API, including the API URL endpoint.
Troubleshooting
- Ensure the provided instance ID and phone number are correct and valid to avoid pairing errors.
- Check API credentials and network connectivity if the node fails to communicate with the Uniteds WhatsApp API.
- Common error messages may include invalid instance ID, invalid phone number format, or authentication errors. Verify input parameters and credentials to resolve these issues.
