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 deleting an instance. It is useful for automating WhatsApp instance management tasks such as starting, stopping, renaming, or deleting instances programmatically. For example, a user can delete a WhatsApp instance by providing its instance ID, which helps in maintaining or cleaning up unused instances automatically.
Use Case Examples
- Deleting a WhatsApp instance by specifying its instance ID to remove it from the system.
- Automating instance lifecycle management by integrating instance deletion into workflows.
Properties
| Name | Meaning |
|---|---|
| Instance ID | The ID of the WhatsApp instance to be deleted. This is a required string input that identifies which instance to delete. |
Output
JSON
id- The ID of the deleted WhatsApp instance.status- The status or result of the delete operation, indicating success or failure.
Dependencies
- Requires an API key credential for the Uniteds WhatsApp API, including the API URL endpoint.
Troubleshooting
- Common issues include providing an invalid or non-existent instance ID, which may result in an error indicating the instance could not be found or deleted.
- Errors related to authentication if the API key or credentials are missing or incorrect.
- Network or API endpoint issues if the base URL is incorrect or the API service is down.
Links
- Uniteds WhatsApp API Documentation - Official API documentation for managing WhatsApp instances and other resources via Uniteds WhatsApp API.
