ChatWoot icon

ChatWoot

Interact with ChatWoot API

Actions113

Overview

This node integrates with the ChatWoot API to create a new user in the system. It is useful for automating user management tasks such as onboarding new users, syncing user data from other systems, or bulk-creating users based on external inputs. For example, you could use this node to automatically add users who sign up on your website into ChatWoot for customer support tracking.

Properties

Name Meaning
Name The full name of the user to be created.
Email The email address of the user.
Password The password for the user account. Must include uppercase and lowercase letters, a number, and a special character.
Custom Attributes A JSON object containing any additional custom attributes you want to associate with the user.

Output

The node outputs JSON data representing the newly created user as returned by the ChatWoot API. This typically includes user details such as ID, name, email, creation timestamp, and any custom attributes set. There is no binary 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 node credentials.
  • The node uses the ChatWoot REST API endpoint for creating users.

Troubleshooting

  • Invalid Credentials: If authentication fails, verify that the API key and base URL are correctly configured.
  • Password Validation Errors: Ensure the password meets complexity requirements (uppercase, lowercase, number, special character).
  • Malformed Custom Attributes: The custom attributes field expects valid JSON; invalid JSON will cause errors.
  • API Rate Limits: Creating many users rapidly may hit API rate limits; consider adding delays or batching requests.
  • Missing Required Fields: Name, email, and password are required; missing these will result in API errors.

Links and References

Discussion