Attio icon

Attio

Interact with Attio API

Overview

This node interacts with the Attio API to retrieve select options for a specific attribute on either an object or a list. It is useful for workflows that need to dynamically fetch attribute options based on a target (object or list), an identifier (UUID or slug), and a specific attribute identifier. For example, it can be used to populate dropdowns or validate attribute values in automation processes.

Use Case Examples

  1. Fetching select options for a custom attribute on a contact object in Attio.
  2. Retrieving archived and active select options for a list attribute to display in a user interface.

Properties

Name Meaning
Target Specifies whether the attribute belongs to an object or a list. Determines the API endpoint target.
Identifier A UUID or slug that identifies the specific object or list the attribute belongs to.
Attribute A UUID or slug identifying the attribute for which select options are requested.
Show Archived Boolean flag indicating whether to include archived select options in the results.

Output

JSON

  • json - The JSON response from the Attio API containing the list of select options for the specified attribute.

Dependencies

  • Requires an API key credential for Attio API authentication.

Troubleshooting

  • Common issues include invalid or expired API tokens causing authentication errors. Ensure the API key credential is valid and has necessary permissions.
  • Incorrect or missing parameters such as target, identifier, or attribute can cause the API request to fail. Verify all required inputs are correctly provided.
  • Network or API endpoint issues may result in request failures. Check network connectivity and Attio API status.

Links

Discussion