ChatWoot icon

ChatWoot

Interact with ChatWoot API

Actions113

Overview

This node integrates with the ChatWoot API to update an existing account's details. It is useful when you need to modify account information such as the account name programmatically within an n8n workflow. For example, you might use this node to rename an account after receiving updated data from another system or user input.

Properties

Name Meaning
Account Id The numeric ID of the account to update
Name New name for the account

Output

The node outputs JSON data representing the updated account object returned by the ChatWoot API. This typically includes the account's current properties after the update operation. There is no indication that binary data is output.

Dependencies

  • Requires an API key credential for authenticating with the ChatWoot API.
  • The base URL for the ChatWoot instance must be configured in the credentials.
  • The node uses HTTP requests with JSON payloads and expects JSON responses.

Troubleshooting

  • Invalid Account Id: If the provided account ID does not exist, the API will likely return an error. Verify the account ID before running the node.
  • Authentication Errors: Ensure the API key credential is valid and has sufficient permissions to update accounts.
  • Network Issues: Check connectivity to the ChatWoot instance URL.
  • Empty or Invalid Name: If the "Name" property is empty or invalid, the API may reject the update. Provide a valid string.

Links and References

Discussion