Actions23
- Channel Actions
- Message Actions
- Contact Actions
- Tickets Actions
Overview
This node interacts with the Bizwachat API to update a contact group. It allows users to modify the name of an existing contact group identified by its unique identifier (UUID). This is useful in scenarios where contact groups need to be renamed or reorganized without creating new groups, such as updating marketing segments or customer categories dynamically.
Practical example: A marketing automation workflow that updates the name of a contact group based on campaign changes or rebranding efforts.
Properties
| Name | Meaning |
|---|---|
| Uuid | The unique identifier of the contact group to update. This is required to specify which group will be modified. |
| Name | The new name for the contact group. This property sets the updated group name. |
Output
The node outputs JSON data representing the response from the Bizwachat API after attempting to update the contact group. This typically includes confirmation of the update and details of the updated group. There is no indication that binary data is output by this node.
Dependencies
- Requires an API key credential for authenticating with the Bizwachat API.
- The node uses the Bizwachat API endpoint at
https://bizwachat.com. - Proper configuration of the API authentication credentials within n8n is necessary.
Troubleshooting
Common issues:
- Invalid or missing UUID: The update will fail if the UUID does not correspond to an existing contact group.
- Authentication errors: If the API key credential is invalid or missing, the request will be rejected.
- Network or API downtime can cause failures in communication with the Bizwachat service.
Error messages:
- "Unauthorized" or similar indicates problems with API credentials; verify and update the API key.
- "Not Found" suggests the UUID does not match any existing contact group; confirm the UUID value.
- "Bad Request" may indicate malformed input, such as an empty or invalid group name.
Resolving these usually involves verifying the input parameters and ensuring valid API credentials are configured.
Links and References
- Bizwachat Official Website
- Refer to Bizwachat API documentation for detailed information on contact group management endpoints.