Attio icon

Attio

Interact with Attio API

Overview

This node interacts with the Attio API to update a specific select option of an attribute on either an object or a list. It is useful for scenarios where you need to modify attribute options dynamically, such as changing the title or archival status of a select option within a CRM or data management system. For example, updating the "Medium" option of a select attribute to change its title or archive status.

Use Case Examples

  1. Updating the title of a select option from 'Medium' to 'High' for a list attribute.
  2. Archiving a select option in an object's attribute to prevent its further use.

Properties

Name Meaning
Target Specifies whether the attribute belongs to an object or a list.
Identifier A UUID or slug identifying the object or list the select attribute belongs to.
Attribute A UUID or slug identifying the select attribute to update.
Option A UUID or select option title identifying the select option to update.
Data JSON data containing the fields to update for the select option, such as title and archival status.

Output

JSON

  • json - The JSON response from the Attio API representing the updated select option.

Dependencies

  • Requires an API key credential for authenticating with the Attio API.

Troubleshooting

  • Ensure the provided UUIDs or slugs for target, identifier, attribute, and option are correct and exist in the Attio system to avoid 'not found' errors.
  • Verify the JSON data format is valid and contains the correct fields to update the select option.
  • Check that the API key credential is valid and has sufficient permissions to perform update operations on attributes.

Links

Discussion