Attio icon

Attio

Interact with Attio API

Overview

This node interacts with the Attio API to perform operations on various resources, specifically here to get an object by its UUID or slug. It is useful for retrieving detailed information about a specific object within the Attio platform, such as a person, company, or other entities defined in Attio. For example, you can use this node to fetch data about a contact or an organization by providing its unique identifier.

Use Case Examples

  1. Retrieve a person's details by their UUID to use in a CRM workflow.
  2. Fetch a company's information by its slug to update records in another system.

Properties

Name Meaning
Object A UUID or slug to identify the object to retrieve.

Output

JSON

  • json - The JSON response from the Attio API containing the details of the requested object.

Dependencies

  • Requires an API key credential for the Attio API to authenticate requests.

Troubleshooting

  • If the node throws an error stating the operation is not found, ensure the resource and operation parameters are correctly set to 'Objects' and 'Get Object'.
  • Authentication errors may occur if the API key credential is missing or invalid; verify the API key is correctly configured.
  • If the object identifier is incorrect or does not exist, the API will return an error; double-check the UUID or slug provided.

Links

Discussion