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
- Webhooks Actions
- Teams Actions
- Custom Filters Actions
- Reports Actions
Overview
This node interacts with the ChatWoot API to retrieve detailed information about a specific user by their numeric ID. It is useful in scenarios where you need to fetch user profile data, such as for customer support, analytics, or integration workflows that require user-specific details from the ChatWoot platform.
For example, you might use this node to:
- Get full user details before creating a personalized support ticket.
- Retrieve user metadata to enrich CRM records.
- Automate reporting on user activity or status within ChatWoot.
Properties
| Name | Meaning |
|---|---|
| Id | The numeric ID of the user on the ChatWoot platform whose details you want to retrieve. This is a required field. |
Output
The node outputs JSON data containing the detailed information of the specified user. The structure typically includes user attributes such as name, email, status, and other profile-related fields as provided by the ChatWoot API.
If the API supports binary data related to the user (e.g., avatar images), it would be included in the binary output; however, based on the code and operation, the primary output is JSON user details.
Dependencies
- Requires an API key credential for authenticating with the ChatWoot API.
- The base URL for the ChatWoot instance must be configured in the credentials.
- The node depends on the
@devlikeapro/n8n-openapi-nodepackage for OpenAPI-based request handling.
Troubleshooting
- Invalid or missing user ID: Ensure the "Id" property is set to a valid numeric user ID existing in your ChatWoot instance.
- Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
- Network or connectivity issues: Check that the base URL is correct and accessible from your n8n environment.
- Unexpected API responses: Confirm that the ChatWoot API version matches the expected schema used by the node.