Actions113
- Account Agent Bots Actions
- Agents Actions
- Canned Responses Actions
- Canned Response Actions
- Custom Attributes Actions
- Contacts Actions
- Contact Actions
- Automation Rule Actions
- Help Center Actions
- Conversations Actions
- Conversation Assignment Actions
- Conversation Labels Actions
- Inboxes Actions
- Messages Actions
- Integrations Actions
- Teams Actions
- Custom Filters Actions
- Webhooks Actions
- Reports Actions
- Accounts Actions
- Account Users Actions
- Agent Bots Actions
- Users Actions
- Inbox API Actions
- Contacts API Actions
- Conversations API Actions
- Messages API Actions
- CSAT Survey Page Actions
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. |
| 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.