ChatWoot icon

ChatWoot

Interact with ChatWoot API

Actions113

Overview

This node integrates with the ChatWoot API to create a new account. It is useful in scenarios where you want to automate the creation of accounts within ChatWoot, such as onboarding new clients or setting up test accounts programmatically. For example, when a new user signs up on your platform, this node can be used to automatically create a corresponding ChatWoot account without manual intervention.

Properties

Name Meaning
Name Name of the account to create.

Output

The node outputs JSON data representing the newly created account as returned by the ChatWoot API. This typically includes details such as the account ID, name, creation timestamp, and other metadata related to the account. The output does not include binary data.

Dependencies

  • Requires an API key credential for authenticating with the ChatWoot API.
  • The base URL for the ChatWoot instance must be configured in the node credentials.
  • The node uses the ChatWoot REST API endpoint for account creation.

Troubleshooting

  • Authentication errors: Ensure that the API key credential and base URL are correctly set up in the node credentials.
  • Invalid input: The "Name" property must be provided and non-empty; otherwise, the API may reject the request.
  • API connectivity issues: Verify network access to the ChatWoot API endpoint.
  • Unexpected API responses: Check if the ChatWoot API version or schema has changed, which might require updating the node configuration or code.

Links and References

Discussion