Attio icon

Attio

Interact with Attio API

Overview

This node interacts with the Attio API to list attributes associated with either objects or lists within the Attio platform. It is useful for retrieving metadata or custom fields tied to specific entities identified by a UUID or slug. For example, it can be used to fetch attributes of a contact list or an individual object in a CRM system, enabling further automation or data processing based on these attributes.

Use Case Examples

  1. List attributes of a specific object by providing its UUID to understand its metadata structure.
  2. Retrieve attributes of a list to analyze or manipulate list-specific data fields.

Properties

Name Meaning
Target Specifies whether the attributes to list belong to objects or lists.
Identifier A UUID or slug that uniquely identifies the object or list whose attributes are being listed.
Limit The maximum number of attribute results to return in the response.
Offset The number of attribute results to skip before starting to return results, used for pagination.
Show Archived Determines whether archived attributes should be included in the results.

Output

JSON

  • json - The JSON response containing the list of attributes retrieved from the Attio API.

Dependencies

  • Attio API with an access token credential

Troubleshooting

  • Ensure the provided Identifier is a valid UUID or slug corresponding to an existing object or list in Attio; invalid identifiers will cause errors.
  • Check that the API access token credential is correctly configured and has sufficient permissions to read attributes.
  • Pagination parameters (Limit and Offset) must be set correctly to avoid empty or incomplete results.
  • If 'Show Archived' is set to false, archived attributes will be excluded, which might lead to fewer results than expected.

Links

Discussion