Actions115
- Teams Actions
- Account Users Actions
- Custom Attributes Actions
- Contacts Actions
- Conversation Labels Actions
- Reports Actions
- Accounts Actions
- Contact 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
- Messages Actions
- Automation Rule Actions
- Help Center Actions
- Conversations Actions
- Conversation Assignment Actions
- Inboxes Actions
- Integrations Actions
- Profile Actions
- Custom Filters Actions
- Webhooks Actions
Overview
This node operation retrieves detailed information about a single custom attribute from an account in the Konverte Digital API. It is useful for scenarios where you need to fetch specific metadata or configuration details associated with a custom attribute by providing the account ID and the custom attribute ID. For example, it can be used to get the properties of a custom attribute for further processing or display in an automation workflow.
Use Case Examples
- Fetch details of a custom attribute by specifying the account ID and the custom attribute ID to use the attribute's data in subsequent workflow steps.
- Retrieve metadata of a custom attribute to verify its configuration or to audit custom attributes in an account.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account from which to retrieve the custom attribute. |
| Id | The ID of the custom attribute to retrieve details for. |
| Request Options | Additional options to control the request behavior such as batching, SSL certificate validation, proxy settings, and timeout. |
Output
JSON
customAttribute- The detailed information of the retrieved custom attribute.
Dependencies
- Konverte Digital API
Troubleshooting
- Ensure the provided Account Id and Custom Attribute Id are correct and exist in the system to avoid 'not found' errors.
- If SSL certificate validation fails and you trust the source, enable 'Ignore SSL Issues' to bypass SSL errors.
- Check proxy settings if requests fail due to network restrictions or firewall rules.
- Adjust the timeout setting if the server response is slow to prevent premature request abortion.
Links
- Konverte Digital API Documentation - Custom Attributes - Official API documentation for managing and retrieving custom attributes.