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 a specific custom attribute associated with an account. It is useful when you need to fetch metadata or additional information stored as custom attributes on accounts within ChatWoot. For example, you might use this node to get custom tags or identifiers linked to a customer account for further processing or reporting.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account whose custom attribute you want to retrieve. |
| Attribute Model | Specifies the type of attribute to fetch: 0 for conversation attributes, 1 for contact attributes. |
Output
The node outputs JSON data representing the requested custom attribute of the specified account. The exact structure depends on the ChatWoot API response but generally includes details about the attribute's value and metadata.
No binary data output is produced 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 uses the ChatWoot REST API endpoint to fetch custom attributes.
Troubleshooting
- Invalid Account Id: If the provided account ID does not exist or is incorrect, the API will return an error. Verify the account ID before running the node.
- Authentication Errors: Ensure that the API key credential is valid and has sufficient permissions to access account custom attributes.
- Incorrect Attribute Model: Using an invalid value for the attribute model (other than
0or1) may cause the request to fail. Use only the provided options. - Network Issues: Connectivity problems with the ChatWoot server can cause timeouts or failures. Check network settings and ChatWoot server availability.
Links and References
- ChatWoot API Documentation - Official API docs for reference on custom attributes endpoints.