Attio icon

Attio

Interact with Attio API

Overview

This node interacts with the Attio API to update the status of a specific attribute on either an object or a list. It is useful for workflows that need to programmatically modify attribute statuses, such as updating progress or state indicators within a CRM or data management system. For example, it can update the status of a task attribute to 'In Progress' with additional metadata like celebration settings and archival state.

Use Case Examples

  1. Updating the status of a list attribute to reflect current progress.
  2. Changing the status of an object attribute to indicate completion or archival.

Properties

Name Meaning
Target Specifies whether the attribute is on an object or a list. Note that company and person objects do not support status attributes currently.
Identifier A UUID or slug identifying the object or list to which the status attribute belongs.
Attribute A UUID or slug identifying the attribute whose status is to be updated.
Status A UUID or status title identifying the specific status to update.
Data A JSON object containing the status update details such as title, celebration_enabled flag, target time in status, and archival state.

Output

JSON

  • json - The JSON response from the Attio API after updating the attribute status, containing the updated status details.

Dependencies

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

Troubleshooting

  • Ensure the provided UUIDs or slugs for target, identifier, attribute, and status are correct and exist in the Attio system.
  • Verify that the API key credential is valid and has sufficient permissions to update attribute statuses.
  • Check that the 'target' property is correctly set to 'lists' or 'objects' as appropriate, noting that company and person objects do not support status attributes currently.
  • If the node throws an error about operation configuration, confirm that the operation and resource parameters are correctly set to 'PATCH target/identifier/attributes/attribute/statuses/status' and 'Attributes' respectively.

Discussion