Attio icon

Attio

Interact with Attio API

Overview

This node updates an existing object in the Attio API by specifying the object's UUID or slug and providing the updated data in JSON format. It is useful for scenarios where you need to modify metadata or configuration of objects such as people, tasks, or other entities managed within Attio. For example, you can update the properties of a 'people' object to change its singular and plural noun labels.

Use Case Examples

  1. Updating a 'people' object to change its singular and plural noun labels.
  2. Modifying an object identified by its UUID to update its API slug or other metadata.

Properties

Name Meaning
Object A UUID or slug to identify the object to update.
Data The JSON data containing the updated fields for the object.

Output

JSON

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

Dependencies

  • Requires an API key credential for Attio API authentication.

Troubleshooting

  • Common issues include providing an invalid or non-existent object UUID/slug, which results in an error from the API indicating the object was not found.
  • Malformed JSON in the 'Data' property can cause parsing errors; ensure the JSON is valid.
  • Authorization errors may occur if the API key is missing or invalid, resulting in authentication failure messages.

Links

Discussion