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 interacts with the ChatWoot API to retrieve detailed information about a single custom attribute associated with an account. It is useful when you need to fetch specific metadata or configuration details stored as custom attributes in ChatWoot, for example, to display or process them further in your workflow.
A practical use case would be automating customer support workflows where you want to dynamically access and utilize custom attribute data related to a particular account or user.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account for which the custom attribute details are being retrieved. |
| Id | The ID of the specific custom attribute whose details you want to get. |
Output
The node outputs JSON data containing the details of the requested custom attribute. This typically includes all relevant fields describing the attribute such as its name, value, type, and any other metadata provided by the ChatWoot API.
No binary data output is expected from this operation.
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 Custom Attribute Id may result in "not found" errors.
- Network connectivity problems can prevent successful API calls.
Error messages:
- 401 Unauthorized: Check that the API key credential is correctly set and has sufficient permissions.
- 404 Not Found: Verify that the Account Id and Custom Attribute Id exist and are correct.
- 500 Internal Server Error: May indicate server-side issues; retry later or contact ChatWoot support.