Actions23
- Channel Actions
- Message Actions
- Contact Actions
- Tickets Actions
Overview
This node allows you to delete a contact group within the "Contact" resource of the Bizwachat API. It is useful when you want to programmatically remove a specific contact group by its unique identifier (UUID). For example, if you manage multiple contact groups and need to clean up or reorganize them automatically, this node can be integrated into your workflow to delete unwanted groups.
Properties
| Name | Meaning |
|---|---|
| Uuid | The unique identifier (UUID) of the contact group you want to delete. This is a required string input. |
Output
The node outputs JSON data representing the response from the Bizwachat API after attempting to delete the specified contact group. Typically, this will include confirmation of deletion or an error message if the operation failed. There is no indication that the node outputs binary data.
Dependencies
- Requires an API key credential for authenticating with the Bizwachat API.
- The node communicates with the Bizwachat API endpoint at
https://bizwachat.com. - Proper configuration of the API authentication credentials in n8n is necessary.
Troubleshooting
Common issues:
- Providing an invalid or non-existent UUID will likely result in an error response from the API.
- Missing or incorrect API credentials will cause authentication failures.
- Network connectivity issues may prevent the node from reaching the Bizwachat API.
Error messages:
- Errors related to authorization typically indicate missing or invalid API keys; ensure credentials are correctly set.
- If the UUID is not found, the API might return a "not found" error; verify the UUID value.
- Timeout or connection errors suggest network problems; check your internet connection and API availability.
Links and References
- Bizwachat API Documentation (for detailed API usage and error codes)