Actions113
- 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
- Contacts API Actions
- Inbox API Actions
- Conversations API Actions
- Messages API Actions
- CSAT Survey Page Actions
- Account Agent Bots Actions
- Agents Actions
- Canned Responses Actions
- Custom Attributes Actions
- Canned Response Actions
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 for them.
Properties
| Name | Meaning |
|---|---|
| Name | The name of the account to create |
Output
The node outputs JSON data representing the newly created account as returned by the ChatWoot API. This typically includes details such as the account ID, name, creation timestamp, and other metadata related to the account. There is no indication that the node outputs binary data.
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 headers to specify JSON content type and accept JSON responses.
Troubleshooting
- Authentication errors: Ensure that the API key credential and base URL are correctly set up in the node credentials.
- Invalid input: The "Name" property must be provided and non-empty; otherwise, the API may reject the request.
- API connectivity issues: Verify network access to the ChatWoot API endpoint.
- Unexpected API errors: Check the response message from the API for details and ensure the account name does not violate any constraints (e.g., uniqueness).
Links and References
- ChatWoot API Documentation (for detailed API usage and account creation specifics)