Actions26
- Message Actions
- Group Actions
- Interactive Actions
- Chat Actions
- Instance Actions
Overview
This node interacts with the Uniteds WhatsApp API to manage WhatsApp instances, including starting an instance. It is useful for automating WhatsApp instance management tasks such as starting, stopping, or retrieving information about instances. For example, it can be used to programmatically start a WhatsApp instance by providing its ID, enabling integration with other workflows or systems.
Use Case Examples
- Starting a WhatsApp instance by providing the instance ID to automate the activation process.
- Managing multiple WhatsApp instances by starting or stopping them as needed within an automated workflow.
Properties
| Name | Meaning |
|---|---|
| Instance ID | The ID of the WhatsApp instance to be started. This is a required string input that identifies which instance the operation will be performed on. |
Output
JSON
- `` - An array of JSON objects representing the response from the Uniteds WhatsApp API for the instance start operation. Each object contains details about the instance status or result of the start operation.
Dependencies
- Uniteds WhatsApp API
Troubleshooting
- Ensure the provided Instance ID is correct and exists in the Uniteds WhatsApp system to avoid errors related to invalid or missing instances.
- Verify that the API credentials (API URL and authentication token) are correctly configured to prevent authentication failures.
- If the node throws an error about an unknown resource, check that the resource parameter is set to 'instance' and the operation to 'start'.
- Network issues or API downtime can cause request failures; ensure stable internet connectivity and API availability.
Links
- Uniteds WhatsApp API Documentation - Official API documentation for Uniteds WhatsApp, useful for understanding available endpoints and operations.
