Actions23
- Channel Actions
- Message Actions
- Contact Actions
- Tickets Actions
Overview
This node allows users to create a new contact group within the "Contact" resource of the Bizwachat API. It is useful for organizing contacts into groups for easier management, segmentation, and targeted communication. For example, a marketing team could use this node to create groups like "Newsletter Subscribers" or "VIP Customers" to send tailored messages.
Properties
| Name | Meaning |
|---|---|
| Name | The name of the contact group to be created. |
Output
The node outputs JSON data representing the newly created contact group. This typically includes details such as the group's unique identifier, name, and any other metadata returned by the API. There is no indication that the node outputs binary data.
Dependencies
- Requires an API key credential for authenticating with the Bizwachat API.
- The node sends requests to the base URL
https://bizwachat.com. - The request content type is JSON (
application/json).
Troubleshooting
Common issues:
- Missing or invalid API credentials will cause authentication errors.
- Providing an empty or invalid group name may result in API validation errors.
- Network connectivity problems can prevent successful API calls.
Error messages:
- Authentication failures usually indicate incorrect or missing API keys; verify and update credentials.
- Validation errors from the API often specify which input is invalid; ensure the "Name" property is correctly set.
- Timeout or connection errors suggest network issues; check your internet connection and API availability.
Links and References
- Bizwachat API Documentation (for detailed API usage and contact group management)
- n8n documentation on creating custom nodes