ChatWoot icon

ChatWoot

Interact with ChatWoot API

Actions113

Overview

This node allows you to create a new account in the ChatWoot system via its API. It is useful for automating the onboarding or registration of accounts within ChatWoot, such as when integrating with other systems that manage customer or organizational data. For example, you could use this node to automatically create a ChatWoot account whenever a new user signs up on your platform.

Properties

Name Meaning
Name The name of the account to be created. This is a string value representing the account's display name in ChatWoot.

Output

The node outputs JSON data representing the newly created account object returned by the ChatWoot API. This typically includes details such as the account ID, name, creation timestamp, and any other metadata provided by the API response.

No binary data output is involved.

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 requests to interact with the ChatWoot REST API.

Troubleshooting

  • Authentication errors: Ensure the API key and base URL are correctly set in the node credentials.
  • Invalid input: The "Name" property must be a non-empty string; otherwise, the API may reject the request.
  • API connectivity issues: Verify network access to the ChatWoot server and that the server is operational.
  • Unexpected API responses: Check if the ChatWoot API version matches the node’s expectations and update accordingly.

Links and References

Discussion