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 automatically create a corresponding ChatWoot account for them.

Properties

Name Meaning
Name The 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. There is no indication that the node outputs 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 HTTP headers to specify JSON content type and accept JSON responses.

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 errors: Check the response message from the API for details and ensure the account name does not violate any constraints (e.g., uniqueness).

Links and References

Discussion