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 operations like disconnecting an instance. It is useful for automating WhatsApp instance management tasks such as starting, stopping, renaming, or disconnecting instances programmatically. For example, it can be used to disconnect a specific WhatsApp instance by providing its instance ID, which is helpful in workflows that require dynamic control over WhatsApp connections.
Use Case Examples
- Disconnect a WhatsApp instance by specifying its Instance ID to stop its connection to the WhatsApp service.
- Automate instance lifecycle management by integrating instance operations into broader automation workflows.
Properties
| Name | Meaning |
|---|---|
| Instance ID | The ID of the WhatsApp instance to perform the operation on, required for instance-related operations such as disconnecting. |
Output
JSON
- `` - An array of JSON objects representing the response from the Uniteds WhatsApp API for the instance operation performed, such as confirmation of disconnection.
Dependencies
- Requires an API key credential for the Uniteds WhatsApp API, including the API URL and authentication token.
Troubleshooting
- Common issues include providing an invalid or missing Instance ID, which will cause the API call to fail.
- Errors related to authentication usually indicate missing or incorrect API credentials; ensure the API key and URL are correctly configured.
- Network or API endpoint issues may cause request failures; verify connectivity and API availability.
Links
- Uniteds WhatsApp API Documentation - Official API documentation for Uniteds WhatsApp, useful for understanding available instance operations and parameters.
