Actions23
- Channel Actions
- Message Actions
- Contact Actions
- Tickets Actions
Overview
This node allows updating a contact's information in the Bizwachat system by specifying the contact's unique identifier (UUID). It is useful for scenarios where you need to modify existing contact details such as first name, last name, email, or phone number. For example, if a customer's contact information changes, this node can update those details in your CRM or messaging platform integrated with Bizwachat.
Properties
| Name | Meaning |
|---|---|
| Uuid | The unique identifier of the contact to update. This is required to specify which contact to modify. |
| First Name | The contact's first name. |
| Last Name | The contact's last name. |
| The contact's email address. | |
| Phone | The contact's phone number. |
Output
The node outputs JSON data representing the updated contact object returned from the Bizwachat API. This typically includes the contact's UUID and any updated fields reflecting the new state after the update operation.
If the node supports binary data output, it would generally relate to attachments or media associated with the contact, but based on the provided code and properties, this node focuses solely on JSON data updates.
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
- Missing or invalid UUID: The update operation requires a valid UUID. If omitted or incorrect, the API will likely return an error indicating the contact was not found.
- Invalid field formats: Ensure that email addresses and phone numbers are correctly formatted; otherwise, the API might reject the update.
- Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
- Network issues: Connectivity problems to the Bizwachat API endpoint can cause failures; check network access and proxy settings if applicable.
Links and References
- Bizwachat API Documentation (Assumed URL for reference)
- n8n Documentation on Creating Custom Nodes