Actions23
- Channel Actions
- Message Actions
- Contact Actions
- Tickets Actions
Overview
This node integrates with the Bizwachat API to add notes to a specific contact. It is useful in scenarios where you want to enrich contact records with additional information or comments, such as customer interactions, follow-up reminders, or internal annotations. For example, after a customer support call, you can automatically append notes summarizing the conversation to the customer's contact record.
Properties
| Name | Meaning |
|---|---|
| Contact | The identifier of the contact to which the note will be added. |
| Notes | The textual content of the note to attach to the contact. |
Output
The node outputs JSON data representing the response from the Bizwachat API after adding the note. This typically includes confirmation details about the note addition, such as success status and possibly the updated contact information. The node does not output 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. - Proper configuration of the API authentication credential within n8n is necessary.
Troubleshooting
Common issues:
- Invalid or missing contact identifier may cause the API to reject the request.
- Insufficient permissions or invalid API credentials will result in authentication errors.
- Network connectivity problems can prevent communication with the Bizwachat API.
Error messages and resolutions:
- Authentication failed: Verify that the API key credential is correctly configured and has the required permissions.
- Contact not found: Ensure the contact ID provided exists in the Bizwachat system.
- Invalid input: Check that the notes field is properly formatted and not empty if required.
Links and References
- Bizwachat API Documentation (assumed official docs for further details)
- n8n documentation on creating custom nodes