Actions113
- 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
- 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
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
- ChatWoot API Documentation (for detailed API endpoints and payloads)
- n8n Documentation (for general usage of custom nodes and credentials)