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 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, communication history, or other metadata stored in ChatWoot. Practical scenarios include customer support workflows where agents require quick access to contact details or automation processes that enrich CRM records with up-to-date contact 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 detailed information of the specified contact. This typically includes fields such as contact name, email, phone number, custom attributes, and any other metadata provided by the ChatWoot API for that contact. There is no indication that binary data is returned 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 the node from reaching the ChatWoot API.
Error messages:
- Authentication errors usually indicate invalid or expired API keys; 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 imply network issues; ensure the ChatWoot server is reachable.