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 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 user-specific settings or tags.
A practical use case would be automating workflows that depend on particular custom attribute values, such as triggering notifications or updating CRM records based on attribute data.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the ChatWoot account from which to retrieve the custom attribute. |
| Id | The unique identifier of the custom attribute whose details are to be fetched. |
Output
The node outputs JSON data containing the full details of the specified custom attribute. This typically includes fields such as the attribute's name, type, value, and any metadata defined by ChatWoot.
No binary data output is produced by this node.
Dependencies
- Requires an active connection to the ChatWoot API.
- Needs an API authentication token configured in the node credentials.
- The base URL for the ChatWoot instance must be set in the credentials.
Troubleshooting
- Invalid Account Id or Custom Attribute Id: If either ID is incorrect or does not exist, the API will return an error. Verify the IDs before running the node.
- Authentication Errors: Ensure the API key/token is valid and has sufficient permissions to access custom attributes.
- Network Issues: Check connectivity to the ChatWoot server and confirm the base URL is correctly configured.
- API Rate Limits: Excessive requests may lead to rate limiting; implement retries or delays if necessary.
Links and References
- ChatWoot API Documentation (for detailed API endpoints and data structures)
- n8n Documentation (for general node usage and credential setup)