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 interacts with the ChatWoot API to retrieve detailed information about a specific contact within an account. It is useful when you need to fetch comprehensive data about a contact, such as their profile details, status, or other metadata stored in ChatWoot. Practical scenarios include customer support workflows where agents need quick access to contact details or automation processes that enrich contact records with up-to-date information.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account to which the contact belongs. This identifies the scope for the contact lookup. |
| Id | The unique numeric ID of the contact whose details are being requested. |
Output
The node outputs JSON data containing the full details of the specified contact as returned by the ChatWoot API. This typically includes fields such as contact name, email, phone number, status, and any custom attributes defined in ChatWoot. There is no indication that binary data is output by this node.
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 depends on the
@devlikeapro/n8n-openapi-nodepackage for OpenAPI integration.
Troubleshooting
Common issues:
- Invalid or missing API credentials will cause authentication failures.
- Providing incorrect Account Id or Contact Id values may result in "not found" errors.
- Network connectivity problems can prevent successful API calls.
Error messages:
- Authentication errors usually indicate invalid or expired API tokens; verify and update credentials.
- "Contact not found" errors suggest the provided IDs do not match existing records; double-check input values.
- Timeout or connection errors require checking network settings and ChatWoot server availability.
Links and References
- ChatWoot API Documentation – Official API reference for understanding available endpoints and data structures.
- n8n OpenAPI Node Integration – Details on how n8n uses OpenAPI specifications for node generation.