ChatWoot icon

ChatWoot

Interact with ChatWoot API

Actions100

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 without manual intervention.

Properties

Name Meaning
Name Name of the account to create

The "Name" property specifies the name for the new account that will be created in ChatWoot.

Output

The node outputs JSON data representing the newly created account details returned by the ChatWoot API. This typically includes information such as the account ID, name, and 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 the ChatWoot REST API endpoint for account creation.

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 expected schema used by the node.

Links and References

Discussion