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 updates a custom attribute in an account within the Konverte Digital API. It is useful for scenarios where you need to modify existing custom attributes associated with an account, such as changing the display name, type, description, key, values, or model of the attribute. For example, updating a contact attribute's display name or changing the attribute type from text to number.
Use Case Examples
- Updating the display name and description of a custom attribute for a specific account.
- Changing the attribute type to currency and updating its values for an account.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account where the custom attribute exists. |
| Id | The ID of the custom attribute to be updated. |
| Attribute Display Name | The display name of the custom attribute. |
| Attribute Display Type | The display type of the attribute, e.g., text (0), number (1), currency (2), percent (3), link (4), date (5), list (6), checkbox (7). |
| Attribute Description | Description of the custom attribute. |
| Attribute Key | Unique key value for the custom attribute. |
| Attribute Values | Values associated with the custom attribute, provided as JSON. |
| Attribute Model | Type of attribute model, e.g., conversation attribute (0), contact attribute (1). |
| Request Options | Additional request options such as batching, SSL certificate validation, proxy settings, and timeout configuration. |
Output
JSON
id- ID of the updated custom attribute.account_id- Account ID where the attribute was updated.attribute_display_name- Updated display name of the attribute.attribute_display_type- Updated display type of the attribute.attribute_description- Updated description of the attribute.attribute_key- Updated unique key of the attribute.attribute_values- Updated values of the attribute.attribute_model- Updated attribute model type.
Dependencies
- An API key credential for authentication with the Konverte Digital API
Troubleshooting
- Ensure the Account Id and Custom Attribute Id are correct and exist in the system to avoid 'not found' errors.
- Verify that the attribute values JSON is correctly formatted to prevent parsing errors.
- Check network connectivity and proxy settings if requests fail to reach the API.
- If SSL certificate validation fails, consider enabling the option to ignore SSL issues, but be aware of security risks.
- Timeout errors may occur if the server is slow to respond; increase the timeout setting if needed.
Links
- Konverte Digital API Custom Attributes Documentation - Official API documentation for managing custom attributes in Konverte Digital.