Actions23
- Channel Actions
- Message Actions
- Contact Actions
- Tickets Actions
Overview
The node integrates with the Bizwachat API to store contact information. It allows users to add or update a contact's details such as first name, last name, email, and phone number in the Bizwachat system. This is useful for automating customer relationship management tasks, syncing contacts from other systems, or building marketing lists.
Practical examples include:
- Automatically adding new leads captured via web forms into Bizwachat.
- Syncing contact updates from a CRM or database to keep Bizwachat records current.
- Enriching contact data by combining multiple sources before storing it in Bizwachat.
Properties
| Name | Meaning |
|---|---|
| First Name | Contact's first name |
| Last Name | Contact's last name |
| Contact's email address | |
| Phone | Contact's phone number |
Output
The node outputs JSON data representing the response from the Bizwachat API after storing the contact. This typically includes confirmation of the stored contact details or any error messages returned by the API. The output does not explicitly mention binary data handling.
Dependencies
- Requires an API key credential for authenticating with the Bizwachat API.
- The base URL for API requests is
https://bizwachat.com. - The node depends on the
n8n-bizwachat-openapi-nodepackage and uses an OpenAPI specification (openapi.json) to build its properties and handle requests.
Troubleshooting
Common issues:
- Missing or invalid API credentials will cause authentication failures.
- Providing incomplete or incorrectly formatted contact data may result in API errors.
- Network connectivity problems can prevent successful communication with the Bizwachat API.
Error messages:
- Authentication errors typically indicate invalid or missing API keys; verify and re-enter credentials.
- Validation errors from the API suggest required fields are missing or contain invalid values; ensure all mandatory contact fields are correctly filled.
- Timeout or network errors require checking internet connection and API availability.
Links and References
- Bizwachat Official Website
- Refer to Bizwachat API documentation for detailed information on contact storage endpoints and data formats (not provided in the source).